diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-06-18 00:30:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-06-18 00:30:04 +0000 |
commit | f97b9cb853d19427d84a9a65716a9e049d4c480a (patch) | |
tree | 691907e4174af0bd735b4a70983de0134a37b5dc /bfd/bfd-in2.h | |
parent | e6300d0dc65b17a4cc45fe044825885976eea5b9 (diff) | |
download | gdb-f97b9cb853d19427d84a9a65716a9e049d4c480a.zip gdb-f97b9cb853d19427d84a9a65716a9e049d4c480a.tar.gz gdb-f97b9cb853d19427d84a9a65716a9e049d4c480a.tar.bz2 |
bfd/
2003-06-17 H.J. Lu <hongjiu.lu@intel.com>
* section.c (struct sec): Put back kept_section.
(STD_SECTION): Put back kept_section initialization.
* bfd-in2.h: Regenerate.
* elflink.h (elf_link_input_bfd): Also check discarded linkonce
sections for relocateable output. Use kept_section to preserve
debug information discarded by linkonce.
ld/
2003-06-17 H.J. Lu <hongjiu.lu@intel.com>
* ldlang.c (section_already_linked): Put back assignment of
kept_section.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 072812e..71346c1 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1408,6 +1408,10 @@ typedef struct sec /* Optional information about a COMDAT entry; NULL if not COMDAT. */ struct bfd_comdat_info *comdat; + /* Points to the kept section if this section is a link-once section, + and is discarded. */ + struct sec *kept_section; + /* When a section is being output, this value changes as more linenumbers are written out. */ file_ptr moving_line_filepos; |