diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-08-29 20:14:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-08-29 20:14:13 +0000 |
commit | 0c49642db97c58ad3f417e47f4fc70c2a601e02c (patch) | |
tree | fb530257a64ad0adf1d6a1f2ad4f93c5aa240062 /gas | |
parent | 69927008dea79b8e82e21ffa57db8318a5457f1f (diff) | |
download | gdb-0c49642db97c58ad3f417e47f4fc70c2a601e02c.zip gdb-0c49642db97c58ad3f417e47f4fc70c2a601e02c.tar.gz gdb-0c49642db97c58ad3f417e47f4fc70c2a601e02c.tar.bz2 |
* config/tc-ppc.c (md_apply_fix): Don't generate a reloc when a
symbol is used as an offset into a CSECT that is not a TOC. These
types of loads are generated by gcc -mminimal-toc.
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 45a4385..40b8286 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Mon Aug 29 16:11:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * config/tc-ppc.c (md_apply_fix): Don't generate a reloc when a + symbol is used as an offset into a CSECT that is not a TOC. These + types of loads are generated by gcc -mminimal-toc. + Sun Aug 28 13:22:52 1994 Ken Raeburn (raeburn@rtl.cygnus.com) * as.h (flag_*): Added comments describing meanings of some of |