diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-12 21:46:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-12 21:46:32 +0000 |
commit | 1b9bf4a503fbe624b0e0c116927950db632de229 (patch) | |
tree | dd12d94152f940d85fb4867df6f68eb2f5e17b6c /gas/ChangeLog | |
parent | 5d8acc9de1567172a65c057c1b460b4311f949b0 (diff) | |
download | gdb-1b9bf4a503fbe624b0e0c116927950db632de229.zip gdb-1b9bf4a503fbe624b0e0c116927950db632de229.tar.gz gdb-1b9bf4a503fbe624b0e0c116927950db632de229.tar.bz2 |
* as.h (flag_warn_suppress_instructionswap): Move from here...
* config/tc-d10v.c (flag_warn_suppress_instructionswap): ...to
here, and make static.
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 51e6aa8..aff8d84 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Thu Feb 12 14:06:59 1998 Ian Lance Taylor <ian@cygnus.com> + * as.h (flag_warn_suppress_instructionswap): Move from here... + * config/tc-d10v.c (flag_warn_suppress_instructionswap): ...to + here, and make static. + * ehopt.c (eh_frame_code_alignment): Only use seg_info if BFD_ASSEMBLER or MANY_SEGMENTS. |