aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-09-21 17:43:17 +0000
committerIan Lance Taylor <ian@airs.com>1994-09-21 17:43:17 +0000
commit87bbf920bb924fd1d6a64800e1cd840e9a750b4f (patch)
tree6a9a7ea39cfa526882f001d5ea565e7d224616f1 /gas/ChangeLog
parent3af9783a6e62be32f3d58b8ef7b32b1016cf4d93 (diff)
downloadgdb-87bbf920bb924fd1d6a64800e1cd840e9a750b4f.zip
gdb-87bbf920bb924fd1d6a64800e1cd840e9a750b4f.tar.gz
gdb-87bbf920bb924fd1d6a64800e1cd840e9a750b4f.tar.bz2
* config/tc-ppc.c (ppc_current_block): New static variable.
(ppc_stabx): Set sy_tc.within of a C_STSYM symbol to ppc_current_block. Don't move around any stab symbol, just those for common symbols. (ppc_bs): Set ppc_current_block. (ppc_es): Clear ppc_current_block. (ppc_frob_symbol): Set the value of a C_STSYM symbol to the offset from the csect of the enclosing block. PR 5658.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0ac4548..9c53dec 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,14 @@
Wed Sep 21 11:11:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
+ * config/tc-ppc.c (ppc_current_block): New static variable.
+ (ppc_stabx): Set sy_tc.within of a C_STSYM symbol to
+ ppc_current_block. Don't move around any stab symbol, just those
+ for common symbols.
+ (ppc_bs): Set ppc_current_block.
+ (ppc_es): Clear ppc_current_block.
+ (ppc_frob_symbol): Set the value of a C_STSYM symbol to the offset
+ from the csect of the enclosing block.
+
* config/tc-mips.c (insns_since_cache_access): Remove.
(append_insn): Remove setting of insns_since_cache_access, and
special 4600 handling; it turns out not to be required.