]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas/
authorRoland McGrath <roland@gnu.org>
Thu, 10 Jan 2013 17:11:17 +0000 (17:11 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 10 Jan 2013 17:11:17 +0000 (17:11 +0000)
commit4c665b71b1b907fcd4a7d56e10c310ace08addd9
treec0fcd9ce159299b103c39c9f6f9ffc3c6debab38
parent861ea9c877f1c72383a4e7fba46531f7b5d638ea
gas/
* hash.c (hash_new_sized): Make it global.
* hash.h: Declare it.
* macro.c (define_macro): Use hash_new_sized instead of hash_new,
pass a small size.
gas/ChangeLog
gas/hash.c
gas/hash.h
gas/macro.c