aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-03-14 11:02:19 +0000
committerKen Raeburn <raeburn@cygnus>1995-03-14 11:02:19 +0000
commit75236adbd267cd7fecd28824d796657cf8bf3aa2 (patch)
treec9adfd2727552462badf78deb43239fc968d5181
parentc024cc11109994609e0555bc5668eeefb4fdbcd4 (diff)
downloadfsf-binutils-gdb-75236adbd267cd7fecd28824d796657cf8bf3aa2.zip
fsf-binutils-gdb-75236adbd267cd7fecd28824d796657cf8bf3aa2.tar.gz
fsf-binutils-gdb-75236adbd267cd7fecd28824d796657cf8bf3aa2.tar.bz2
stab-syms.c: Rewrite to improve performance. Shaves about 5% off gprof run
time, according to gprof itself, on i486-netbsd.
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 55a5f77..abf796d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+Tue Mar 14 05:54:33 1995 Ken Raeburn (raeburn@kr-pc.cygnus.com)
+
+ * stab-syms.c (aout_stab_name): Moved aout_stab_names to be local
+ to this function. Recoded function to stop using table, to
+ improve performance (on i486-netbsd host). Left old version
+ intact under "#if 0" for further performance testing.
+
Mon Mar 13 13:48:49 1995 Ian Lance Taylor <ian@cygnus.com>
* elfcode.h (write_relocs): Make static. Use PTR argument as a