aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-09-12 22:11:18 +0000
committerIan Lance Taylor <ian@airs.com>1994-09-12 22:11:18 +0000
commitc1444ec48f5d93e491a8f5e13c11531fb4d2cbf8 (patch)
tree2382077908af19e192085fba8db1d6be4dd9c39c /gas/ChangeLog
parent1b434ced730b92336e2602505b85985b93507f79 (diff)
downloadbinutils-c1444ec48f5d93e491a8f5e13c11531fb4d2cbf8.zip
binutils-c1444ec48f5d93e491a8f5e13c11531fb4d2cbf8.tar.gz
binutils-c1444ec48f5d93e491a8f5e13c11531fb4d2cbf8.tar.bz2
* config/tc-mips.c (md_pseudo_table): Handle .globl and .global.
(s_mips_globl): New static function; needed for Irix 5 support. * ecoff.c (ecoff_build_symbols): If BSF_FUNCTION is set for an external symbol with no type, set the type to st_Proc rather than st_Global. Don't set the index of an external st_Proc or st_StaticProc symbol unless it is also a local symbol.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1638b65..b74339f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
Mon Sep 12 17:51:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
+ * config/tc-mips.c (md_pseudo_table): Handle .globl and .global.
+ (s_mips_globl): New static function; needed for Irix 5 support.
+ * ecoff.c (ecoff_build_symbols): If BSF_FUNCTION is set for an
+ external symbol with no type, set the type to st_Proc rather than
+ st_Global. Don't set the index of an external st_Proc or
+ st_StaticProc symbol unless it is also a local symbol.
+
* read.c (read_a_source_file): The second argument to as_where is
unsigned int *, not int *.