]> git.ipfire.org Git - thirdparty/gcc.git/commit
* attribs.c: Include hashtab.h
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Jul 2007 20:27:17 +0000 (20:27 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Jul 2007 20:27:17 +0000 (20:27 +0000)
commit5b634bfa4dbc0ac01248b6bebaab9a054cc12c08
tree072bc26bf7eb930ab1d9f1e434333f8bb45c5db2
parent89bee03393d5bca9ea05af87cf974672aed1524a
* attribs.c: Include hashtab.h
(attribute_hash): New.
(substring): New structure.
(extract_attribute_substring, substring_hash, hash_attr, eq_attr):
New function.
(init_attributes): Initialize attribute hash.
(decl_attributes): Use attribute hash.
* Makefile.in (attribs.c): Depend on hashtab.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126996 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/attribs.c