aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-06-15 19:51:21 +0000
committerIan Lance Taylor <ian@airs.com>1994-06-15 19:51:21 +0000
commit0e35ba9bc32cd45deb846c5bb8db10c437593acf (patch)
tree4c303b4d180bd3811db9c9a2f1d83ee58c808194 /gas
parent9da7b23745f0614c47edc34d807dcdde55ca8a47 (diff)
downloadgdb-0e35ba9bc32cd45deb846c5bb8db10c437593acf.zip
gdb-0e35ba9bc32cd45deb846c5bb8db10c437593acf.tar.gz
gdb-0e35ba9bc32cd45deb846c5bb8db10c437593acf.tar.bz2
* config/obj-coff.c (coff_frob_symbol): Use C_STAT for the .text
section symbol, not C_LABEL.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 554e161..ec7207d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,8 @@
Wed Jun 15 12:32:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * config/obj-coff.c (coff_frob_symbol): Use C_STAT for the .text
+ section symbol, not C_LABEL.
+
* config/tc-mips.c (mips_ip): Permit a modifier in 'o' case, and
permit non constant expressions in 'u' case. Lets ``lui
$8,%hi(foo); lw $8,%lo(foo)($8)'' work correctly.