(DATA_START_SYMBOLS): Provide $global$ only as needed.
This commit is contained in:
parent
d5c73c2f38
commit
92b7e9d81a
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue