aboutsummaryrefslogtreecommitdiff
path: root/gas/hash.c
AgeCommit message (Collapse)AuthorFilesLines
1995-11-28Clean up hash code, parameterize some actions, tweak some parameters. HashKen Raeburn1-109/+163
table entries, table allocation and control structure are larger now, but collisions are reduced and string compares even further reduced. Dump lots more statistics, especially hash code data, for --statistics. Dump statistics even in error cases. Details in ChangeLog.
1995-01-20back out new hash routineKen Raeburn1-1/+4
1995-01-19gcc lintKen Raeburn1-29/+0
1995-01-18(hash_ask): Call strcmp instead of expanding it inline.Ken Raeburn1-569/+571
(hash_code): Replaced with a version from bfd.
1992-02-13force all files to end in "/* end of filename"K. Richard Pixley1-1/+1
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley1-575/+573
tagged as "vanilla" for your convenience. There are also some comment changes.
1991-04-04Initial revisionK. Richard Pixley1-0/+990