diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-21 22:02:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-21 22:02:54 +0000 |
commit | c6016ce29330c168f745ee8852f993e82bd78273 (patch) | |
tree | b14d2acf22bbcc5ba573939d9ee85e7c5faa2a7d /gas | |
parent | ad836e027cc1529ffe3c9cf6ff9fc1f74a107fab (diff) | |
download | gdb-c6016ce29330c168f745ee8852f993e82bd78273.zip gdb-c6016ce29330c168f745ee8852f993e82bd78273.tar.gz gdb-c6016ce29330c168f745ee8852f993e82bd78273.tar.bz2 |
* config/tc-h8300.c (tc_reloc_mangle): Change reloc based on size
if it is TC_CONS_RELOC. Set a size of 4 to R_RELLONG.
PR 5166.
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 1a77409..1ba3363 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 21 17:00:32 1996 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-h8300.c (tc_reloc_mangle): Change reloc based on size + if it is TC_CONS_RELOC. Set a size of 4 to R_RELLONG. + Wed Feb 21 09:25:39 1996 Doug Evans <dje@charmed.cygnus.com> * config/tc-sparc.c (sparc_ip): Recognize %asr0 for v8. |