diff options
author | Alan Modra <amodra@gmail.com> | 2001-09-29 12:57:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-09-29 12:57:54 +0000 |
commit | 4818e05fe52eb069d4ae6b306a31b5ecf0e1a6fd (patch) | |
tree | 20bd3d7ae9a352be8c4003ccf8f4b855c3d1891a /ld/ChangeLog | |
parent | 862517b6506a76ce9dc0e06b8f1d98577371e3b4 (diff) | |
download | binutils-gdb-4818e05fe52eb069d4ae6b306a31b5ecf0e1a6fd.tar.gz |
From John Reiser <jreiser@BitWagon.com>
* ldlang.c (lang_common): Conditionally inhibit Common allocation.
* lexsup.c: Add --no-define-common commandline option.
* ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
* ldlex.l: Likewise.
* ld.h: Add command_line.inhibit_common_definition.
* ldmain.c (main): Initialize.
* ld.texinfo: Document.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index de5b83dedbd..62e2ba0e960 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,6 +1,12 @@ -2001-09-29 Alan Modra <amodra@bigpond.net.au> +2001-09-29 John Reiser <jreiser@BitWagon.com> - * ldlang.c (section_already_linked): Remove assignment to kept_section. + * ldlang.c (lang_common): Conditionally inhibit Common allocation. + * lexsup.c: Add --no-define-common commandline option. + * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command. + * ldlex.l: Likewise. + * ld.h: Add command_line.inhibit_common_definition. + * ldmain.c (main): Initialize. + * ld.texinfo: Document. 2001-09-26 Alan Modra <amodra@bigpond.net.au> |