forked from Imagelibrary/binutils-gdb
(DATA_START_SYMBOLS): Provide $global$ only as needed.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2000-09-15 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
|
||||
only as needed.
|
||||
|
||||
2000-09-13 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* ldmain.c (multiple_definition): Disable relaxation if
|
||||
|
||||
@@ -9,7 +9,7 @@ MACHINE=hppa1.1 # We use 1.1 specific features.
|
||||
NOP=0x08000240
|
||||
START="_start"
|
||||
OTHER_READONLY_SECTIONS='.PARISC.unwind : { *(.PARISC.unwind) } '
|
||||
DATA_START_SYMBOLS='$global$ = .;'
|
||||
DATA_START_SYMBOLS='PROVIDE ($global$ = .);'
|
||||
DATA_PLT=
|
||||
GENERATE_SHLIB_SCRIPT=yes
|
||||
TEMPLATE_NAME=elf32
|
||||
|
||||
Reference in New Issue
Block a user