mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* ld.texinfo (VERSION): Fix markup.
This commit is contained in:
12
ld/ChangeLog
12
ld/ChangeLog
@ -1,3 +1,7 @@
|
|||||||
|
2001-12-19 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* ld.texinfo (VERSION): Fix markup.
|
||||||
|
|
||||||
2001-12-18 matthew green <mrg@eterna.com.au>
|
2001-12-18 matthew green <mrg@eterna.com.au>
|
||||||
|
|
||||||
* Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
|
* Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
|
||||||
@ -101,7 +105,7 @@
|
|||||||
statements describing a single option with a single, newline
|
statements describing a single option with a single, newline
|
||||||
escaped fprintf. This allows better translation into other
|
escaped fprintf. This allows better translation into other
|
||||||
languages.
|
languages.
|
||||||
|
|
||||||
* ldmain.c (add_archive_element): Combine multiple strings
|
* ldmain.c (add_archive_element): Combine multiple strings
|
||||||
into a single string to permit better translation into other
|
into a single string to permit better translation into other
|
||||||
languages.
|
languages.
|
||||||
@ -109,17 +113,17 @@
|
|||||||
2001-12-05 Tom Rix <trix@redhat.com>
|
2001-12-05 Tom Rix <trix@redhat.com>
|
||||||
|
|
||||||
* Makefile.am: Remove eaixppc64.
|
* Makefile.am: Remove eaixppc64.
|
||||||
* Makefile.in: Regenerate.
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2001-12-04 Tom Rix <trix@redhat.com>
|
2001-12-04 Tom Rix <trix@redhat.com>
|
||||||
|
|
||||||
* emultempl/aix.em (choose_target): Change default target to
|
* emultempl/aix.em (choose_target): Change default target to
|
||||||
OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
|
OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
|
||||||
warning.
|
warning.
|
||||||
(gld*_read_file): Fix typo.
|
(gld*_read_file): Fix typo.
|
||||||
(change_symbol_mode): Add prototype.
|
(change_symbol_mode): Add prototype.
|
||||||
(is_syscall): Same.
|
(is_syscall): Same.
|
||||||
|
|
||||||
* emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
|
* emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
|
||||||
* emulparams/aixrs6.sh : Same.
|
* emulparams/aixrs6.sh : Same.
|
||||||
* emulparams/ppcmacos.sh : Same.
|
* emulparams/ppcmacos.sh : Same.
|
||||||
|
@ -3692,7 +3692,7 @@ won't.
|
|||||||
|
|
||||||
@smallexample
|
@smallexample
|
||||||
@{ global: foo; bar; local: *; @}
|
@{ global: foo; bar; local: *; @}
|
||||||
#end smallexample
|
@end smallexample
|
||||||
|
|
||||||
When you link an application against a shared library that has versioned
|
When you link an application against a shared library that has versioned
|
||||||
symbols, the application itself knows which version of each symbol it
|
symbols, the application itself knows which version of each symbol it
|
||||||
|
Reference in New Issue
Block a user