Bug 43927 - genautomata: undeclared unit or reservation `cortex_a9_}ult'
Summary: genautomata: undeclared unit or reservation `cortex_a9_}ult'
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.6.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: build
Depends on:
Blocks:
 
Reported: 2010-04-28 20:53 UTC by John David Anglin
Modified: 2010-05-11 16:58 UTC (History)
1 user (show)

See Also:
Host: armv5tejl-unknown-linux-gnueabi
Target: armv5tejl-unknown-linux-gnueabi
Build: armv5tejl-unknown-linux-gnueabi
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2010-04-28 20:53:24 UTC
gcc  -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genautomata \
            build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-armv5tejl-unknown-linux-gnueabi/libiberty/libiberty.a -lm
build/genautomata ../../gcc/gcc/config/arm/arm.md \
          insn-conditions.md > tmp-automata.c
genautomata: undeclared unit or reservation `cortex_a9_}ult'
genautomata: reservation `cortex_a9_mult' is not used
make[3]: *** [s-automata] Error 1
Comment 1 Ramana Radhakrishnan 2010-05-11 07:37:22 UTC
Is this still an issue ? My armv5te box was bootstrapping without the issue you mention in cortex-a9.md and there is a test result from an armv5te-linux-eabi variant here.  

http://gcc.gnu.org/ml/gcc-testresults/2010-05/msg00953.html

cheers
Ramana
Comment 2 dave 2010-05-11 12:05:13 UTC
Subject: Re:  genautomata: undeclared unit or reservation `cortex_a9_}ult'

> Is this still an issue ? My armv5te box was bootstrapping without the issue you
> mention in cortex-a9.md and there is a test result from an armv5te-linux-eabi
> variant here.  

Did the typo in the machine definition get fixed?  I can check when I
get to my office later today.

Dave
Comment 3 John David Anglin 2010-05-11 16:58:44 UTC
Fixed.