diff options
author | Jim Wilson <wilson@tuliptree.org> | 2000-11-22 02:10:34 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2000-11-22 02:10:34 +0000 |
commit | 5e7474a7c986bfb005718811e0a036a801ed1a40 (patch) | |
tree | a954a599823e0488ecf392d61f8ee56af9eb7ab9 /gas/ChangeLog | |
parent | 5a080f897a2ec36ef530f27209ad35e2673e1274 (diff) | |
download | gdb-5e7474a7c986bfb005718811e0a036a801ed1a40.zip gdb-5e7474a7c986bfb005718811e0a036a801ed1a40.tar.gz gdb-5e7474a7c986bfb005718811e0a036a801ed1a40.tar.bz2 |
Fix linux kernel unwind section alignment failure.
* config/tc-ia64.c (generate_unwind_image): Call record_alignment
for unwind info section.
(dot_endp): Likewise for unwind section.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dd97b0e..71370dc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2000-11-21 Jim Wilson <wilson@redhat.com> + * config/tc-ia64.c (generate_unwind_image): Call record_alignment + for unwind info section. + (dot_endp): Likewise for unwind section. + * config/tc-ia64.c (emit_one_bundle): Pass size of 8 not 4 to fix_new_exp. |