diff options
author | Jim Wilson <wilson@tuliptree.org> | 2000-05-09 01:54:37 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2000-05-09 01:54:37 +0000 |
commit | e4c58b25519f855848935f45304021af2a1b2f3b (patch) | |
tree | 4d271c4d306eca8ab01a11c0a2ed28b53ecbe375 /gas/ChangeLog | |
parent | 72730e0ced64fe3a9864aff8de6bb688c3eaa64f (diff) | |
download | gdb-e4c58b25519f855848935f45304021af2a1b2f3b.zip gdb-e4c58b25519f855848935f45304021af2a1b2f3b.tar.gz gdb-e4c58b25519f855848935f45304021af2a1b2f3b.tar.bz2 |
Unwind info bug fixes from David Mosberger.
* config/tc-ia64.c (output_P7_format, case mem_stack_f): Output fixed
frame size in units of 16 bytes, as required per SW Conventions manual.
(output_unw_records): Output info-block header as a dword to get
byte-order right.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9e2c519..fbaadc0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2000-05-08 David Mosberger <davidm@hpl.hp.com> + + * config/tc-ia64.c (output_P7_format, case mem_stack_f): Output fixed + frame size in units of 16 bytes, as required per SW Conventions manual. + (output_unw_records): Output info-block header as a dword to get + byte-order right. + 2000-05-08 Alan Modra <alan@linuxcare.com.au> * as.h: #include "file", not <file> on files from ../include. |