projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da7b23
)
* config/obj-coff.c (coff_frob_symbol): Use C_STAT for the .text
author
Ian Lance Taylor
<ian@airs.com>
Wed, 15 Jun 1994 19:51:21 +0000
(19:51 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 15 Jun 1994 19:51:21 +0000
(19:51 +0000)
section symbol, not C_LABEL.
gas/ChangeLog
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 554e161b8e76a07717922002afa8105b1c36b08c..ec7207d0c4dbf339b2bbde4f9b8c967900f3381e 100644
(file)
--- 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.