diff options
author | Alan Modra <amodra@gmail.com> | 2001-09-29 12:07:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-09-29 12:07:01 +0000 |
commit | 862517b6506a76ce9dc0e06b8f1d98577371e3b4 (patch) | |
tree | cb956a05e4995c05b5dec75e0eb63df3d1510f37 /ld/ChangeLog | |
parent | 65f38f15bf0d85cf1b7d142f76278a668652b4b7 (diff) | |
download | gdb-862517b6506a76ce9dc0e06b8f1d98577371e3b4.zip gdb-862517b6506a76ce9dc0e06b8f1d98577371e3b4.tar.gz gdb-862517b6506a76ce9dc0e06b8f1d98577371e3b4.tar.bz2 |
* section.c (struct sec): Remove kept_section.
(STD_SECTION): Remove kept_section initialisation.
(bfd_make_section_anyway): Here too.
* ecoff.c (bfd_debug_section): Remove kept_section initialisation.
* cofflink.c (_bfd_coff_link_input_bfd): Don't test kept_section.
* elflink.h (elf_link_input_bfd): Set discarded link-once section
symbols to zero, and remove all code involved with kept_section
and tracking section symbol values.
* bfd-in2.h: Regenerate.
* configure.in: Bump version number.
* configure: Regenerate.
* ldlang.c (section_already_linked): Remove assignment to kept_section.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1186705..de5b83d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-09-29 Alan Modra <amodra@bigpond.net.au> + + * ldlang.c (section_already_linked): Remove assignment to kept_section. + 2001-09-26 Alan Modra <amodra@bigpond.net.au> * ldmisc.c (USE_STDARG): Remove. |