diff options
author | Steve Chamberlain <sac@cygnus> | 1994-09-14 00:01:45 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-09-14 00:01:45 +0000 |
commit | a989856340be2429a1a8d1f701321a28a99906b9 (patch) | |
tree | 157b4e9ebcb4ca83e9b388c5e5e0d4495c9b4690 /gas | |
parent | 6613462ec32fd5adb279409336745e289a70c8d0 (diff) | |
download | gdb-a989856340be2429a1a8d1f701321a28a99906b9.zip gdb-a989856340be2429a1a8d1f701321a28a99906b9.tar.gz gdb-a989856340be2429a1a8d1f701321a28a99906b9.tar.bz2 |
Tue Sep 13 16:45:08 1994 Steve Chamberlain (sac@jonny.cygnus.com)
* config/obj-coff.c (do_relocs_for): If TC_KEEP_FX_OFFSET
is defined, put the tx_offset into the r_offset.
* config/tc-sh.c (line_comment_chars): Add #
(tc_reloc_mangle): Deleted.
* config/tc-sh.h (TC_KEEP_FX_OFFSET): Define.
(TC_RELOC_MANGLE): Delete.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5cdec3c..70fae64 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Tue Sep 13 16:45:08 1994 Steve Chamberlain (sac@jonny.cygnus.com) + + * config/obj-coff.c (do_relocs_for): If TC_KEEP_FX_OFFSET + is defined, put the tx_offset into the r_offset. + * config/tc-sh.c (line_comment_chars): Add # + (tc_reloc_mangle): Deleted. + * config/tc-sh.h (TC_KEEP_FX_OFFSET): Define. + (TC_RELOC_MANGLE): Delete. + Tue Sep 13 16:20:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * config/tc-sparc.c (sparc_ip): Replace as_bad/exit sequence with |