diff options
author | Nick Clifton <nickc@redhat.com> | 1999-07-15 01:33:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-07-15 01:33:07 +0000 |
commit | 2f992c04c2d58b2bf5b048abc15cea1d3c4459f2 (patch) | |
tree | d7262a9605ce79f5d985699a66c0b3d2428e4958 /gas/ChangeLog | |
parent | 6296902ea53edeef902ed898fd9223fce1299257 (diff) | |
download | gdb-2f992c04c2d58b2bf5b048abc15cea1d3c4459f2.zip gdb-2f992c04c2d58b2bf5b048abc15cea1d3c4459f2.tar.gz gdb-2f992c04c2d58b2bf5b048abc15cea1d3c4459f2.tar.bz2 |
Apply patch from Philip Blundell <pb@nexus.co.uk>
Prepend LOCAL_LABEL_PREFIX (if defined) to local symbols.
ARM: Set F_SOFTFLOAT in the output file if -mno-fpu was given.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a30a084..23feb61 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +1999-07-14 Philip Blundell <pb@nexus.co.uk> + + * symbols.c (dollar_label_name): Prepend LOCAL_LABEL_PREFIX if it + is defined. + * config/tc-arm.h (LOCAL_LABEL_PREFIX): Define to '.' for ELF. + + * config/tc-arm.c (md_begin): Set F_SOFTFLOAT in the output file + if -mno-fpu was given. + (tc_gen_reloc): Fix typo. Delete bogus code related to GOTPC + relocs. + (cons_fix_new_arm): Remove misleading comments. + 1999-07-14 Ian Lance Taylor <ian@zembu.com> * write.c (cvt_frag_to_fill): Use frag file and line in rs_org |