diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-08-18 09:51:29 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-08-18 09:51:29 +0000 |
commit | d6afba4b7d881f62bc632a9c2883ac0fdfd02e3a (patch) | |
tree | 82d02c44737cb5861c02569636bb617f344f2e93 /gas/ChangeLog | |
parent | 271d0fc399a1d41cee9d2f34fbb15e18e008a6bb (diff) | |
download | gdb-d6afba4b7d881f62bc632a9c2883ac0fdfd02e3a.zip gdb-d6afba4b7d881f62bc632a9c2883ac0fdfd02e3a.tar.gz gdb-d6afba4b7d881f62bc632a9c2883ac0fdfd02e3a.tar.bz2 |
* config/tc-ia64.c (start_unwind_section): Add linkonce_empty
argument, don't do anything if current section is not
.gnu.linkonce.t.* and linkonce_empty is set.
(generate_unwind_image, dot_endp): Adjust callers, call
start_unwind_section (*, 1) if nothing will be put into the
section.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 16f46c8..ddf8fa7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2004-08-18 Jakub Jelinek <jakub@redhat.com> + + * config/tc-ia64.c (start_unwind_section): Add linkonce_empty + argument, don't do anything if current section is not + .gnu.linkonce.t.* and linkonce_empty is set. + (generate_unwind_image, dot_endp): Adjust callers, call + start_unwind_section (*, 1) if nothing will be put into the + section. + 2004-08-17 Nick Clifton <nickc@redhat.com> * as.c (MD_DEBUG_FORMAT_SELECTOR): Provide default definition. |