diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-11-11 18:35:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-11-11 18:35:20 +0000 |
commit | 5de020b44e6ece45587f10adee9b6ebe477405aa (patch) | |
tree | 97906ef7894c1e8b5c80f0fd911a9e3cf573d601 /gas | |
parent | fc615b0b1eb002a7304b68665c65d3a2a84dfb05 (diff) | |
download | gdb-5de020b44e6ece45587f10adee9b6ebe477405aa.zip gdb-5de020b44e6ece45587f10adee9b6ebe477405aa.tar.gz gdb-5de020b44e6ece45587f10adee9b6ebe477405aa.tar.bz2 |
* config/tc-h8300.c: Include "subsegs.h".
(tc_reloc_mangle): Handle references to symbols which are not
being output, so that references to `.' work.
PR 13915.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1b39bf3..6ec4e80 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Tue Nov 11 13:33:15 1997 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-h8300.c: Include "subsegs.h". + (tc_reloc_mangle): Handle references to symbols which are not + being output, so that references to `.' work. + Mon Nov 10 13:43:33 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-m68k.c (m68k_ip): Call add_fix when needed for '_' |