diff options
author | Bob Wilson <bob.wilson@acm.org> | 2003-10-14 22:28:28 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2003-10-14 22:28:28 +0000 |
commit | b614a7028d7381e4ec589c60aa7edab0d1d60ada (patch) | |
tree | 0bc28afbfdc2fad0d33c1f3c738dd7f7b388c3ca /include/ChangeLog | |
parent | 2641f58d6902ba4f360be89549c26e761fde910e (diff) | |
download | gdb-b614a7028d7381e4ec589c60aa7edab0d1d60ada.zip gdb-b614a7028d7381e4ec589c60aa7edab0d1d60ada.tar.gz gdb-b614a7028d7381e4ec589c60aa7edab0d1d60ada.tar.bz2 |
bfd ChangeLog:
2003-10-14 Bob Wilson <bob.wilson@acm.org>
* elf32-xtensa.c (get_is_linkonce_section): Delete.
(xtensa_is_property_section, xtensa_is_littable_section): Use
XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros. Do not recognize
linkonce sections containing ".xt.insn" and ".xt.lit" substrings.
(xtensa_get_property_section_name): Check section name instead of
calling get_is_linkonce_section. Remove unused bfd parameter. Use
XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros. Never generate
linkonce section names by appending ".xt.insn" or ".xt.lit".
(xtensa_read_table_entries): Remove bfd argument in call to
xtensa_get_property_section_name. Free section name when done.
(elf_xtensa_combine_prop_entries): Free leaking table.
gas ChangeLog:
2003-10-14 Bob Wilson <bob.wilson@acm.org>
* config/tc-xtensa.c (xtensa_create_property_segments): Remove bfd
argument in call to xtensa_get_property_section_name. Formatting.
include ChangeLog:
2003-10-14 Bob Wilson <bob.wilson@acm.org>
* elf/xtensa.h: Formatting. Fix comments about property section
names for linkonce sections.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 9302e29..34f66f0 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2003-10-14 Bob Wilson <bob.wilson@acm.org> + + * elf/xtensa.h: Formatting. Fix comments about property section + names for linkonce sections. + 2003-09-22 Andrew Cagney <cagney@redhat.com> * floatformat.h (struct floatformat): Add field "is_valid". |