aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-05-21 21:40:14 +0000
committerIan Lance Taylor <ian@airs.com>1997-05-21 21:40:14 +0000
commit1a7a427ef1394c28494ad77e2beae46dc267b6f6 (patch)
tree10fb90d9f8d7031bb1b30c06416838236ffc45bf /gas
parentcc7e1635e6fce43ad57f94ec69e89faf0bd8b972 (diff)
downloadgdb-1a7a427ef1394c28494ad77e2beae46dc267b6f6.zip
gdb-1a7a427ef1394c28494ad77e2beae46dc267b6f6.tar.gz
gdb-1a7a427ef1394c28494ad77e2beae46dc267b6f6.tar.bz2
* config/obj-coff.c (symbol_to_chars): If TE_PE, don't add the
section address to the symbol value.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog16
1 files changed, 11 insertions, 5 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ed07f05..30a9ad4 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,7 +1,12 @@
+Wed May 21 17:39:28 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * config/obj-coff.c (symbol_to_chars): If TE_PE, don't add the
+ section address to the symbol value.
+
Tue May 20 11:23:31 1997 Gavin Koch <gavin@cygnus.com>
- * config/tc-mips.c (macro_build,mips_ip): Move the INSN_ISA field into the
- new membership field.
+ * config/tc-mips.c (macro_build,mips_ip): Move the INSN_ISA field
+ into the new membership field.
Thu May 15 10:00:53 1997 Nick Clifton <nickc@cygnus.com>
@@ -12,9 +17,10 @@ Thu May 15 10:00:53 1997 Nick Clifton <nickc@cygnus.com>
Wed May 14 09:54:53 1997 Nick Clifton <nickc@cygnus.com>
* config/tc-arm.c (global variables): Added 'uses_apcs_26' flag to
- hold APCS selection. (md_begin): Added code to generate flags to
- be set into the COFF header and the calls to the BFD functions to
- do this. (md_parse_option, md_show_usage): Added new command line
+ hold APCS selection.
+ (md_begin): Added code to generate flags to be set into the COFF
+ header and the calls to the BFD functions to do this.
+ (md_parse_option, md_show_usage): Added new command line
options -mapcs-32, -mapcs-26, -marmv2, -marmv2a, -marmv3,
-marmv3m, -marmv4, -marmv4t.