aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-02-15 19:54:38 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-02-15 19:54:38 +0000
commit28910c57cea3407fee1ea42ae3964bdaae2686ba (patch)
tree825ed549f34754717f60ee862c8122081d9a521a /gas/ChangeLog
parent6d76c71f5e7a2f7aeb5f9f969faeb1a4021a6980 (diff)
downloadgdb-28910c57cea3407fee1ea42ae3964bdaae2686ba.zip
gdb-28910c57cea3407fee1ea42ae3964bdaae2686ba.tar.gz
gdb-28910c57cea3407fee1ea42ae3964bdaae2686ba.tar.bz2
Force all PPC symbols that otherwise do not have a symbol type to be BSF_OBJECT
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5e61d18..3dd417e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+Thu Feb 15 14:48:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * config/obj-elf.c (elf_frob_symbol): On the PowerPC, force all
+ symbols that are not function, file, or section symbols to be
+ object types.
+
Thu Feb 15 11:20:18 1996 Ian Lance Taylor <ian@cygnus.com>
* configure: Set and substitute RPATH_ENVVAR.