]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jun 2010 20:24:45 +0000 (20:24 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jun 2010 20:24:45 +0000 (20:24 +0000)
commit15f255bdf8785cef57a8dc99a4b51db8c8f27cce
tree9ddd3e71e5eb92c8ed67ae5ff399982b7ba29d71
parentd37b1ac9e99e9bd33b0d2be2fe22eef2374465d1
gcc/
* doc/md.texi: Document the "unspec" and "unspecv" enum names.
* Makefile.in (OBJS-common): Include insn-enums.o.
(insn-enums.o): New rule.
(simple_generated_c): Add insn-enums.c.
(build/genenums.o): New rule.
(genprogmd): Add "enums".
* genconstants.c (print_enum_type): Declare a C string array
for each enum.
* genenums.c: New file.
* print-rtl.c (print_rtx): If defined, use the "unspecv" enum
for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
UNSPEC and (as a fallback) for UNSPEC_VOLATILE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160582 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/doc/md.texi
gcc/genconstants.c
gcc/genenums.c [new file with mode: 0644]
gcc/print-rtl.c