diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-10 22:59:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-10 22:59:19 +0000 |
commit | 3081e56786217d5197e47ef6ff8efe387518b459 (patch) | |
tree | 304bde4b1645bad5a4cc0a45e610181febf3b96b /gas | |
parent | 9766c43faf3f3e8f521d82d8ba0b9ecad407c541 (diff) | |
download | gdb-3081e56786217d5197e47ef6ff8efe387518b459.zip gdb-3081e56786217d5197e47ef6ff8efe387518b459.tar.gz gdb-3081e56786217d5197e47ef6ff8efe387518b459.tar.bz2 |
* ehopt.c (eh_frame_code_alignment): If not BFD_ASSEMBLER, use
seg_fix_rotP rather than fix_root from seg_info.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d60cee8..4b1a284 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 10 17:58:18 1998 Ian Lance Taylor <ian@cygnus.com> + + * ehopt.c (eh_frame_code_alignment): If not BFD_ASSEMBLER, use + seg_fix_rotP rather than fix_root from seg_info. + Tue Feb 10 15:32:22 1998 Ian Carmichael <iancarm@cygnus.com> * expr.c: Add support for 0x1_2_3_4 bignums. |