Commit 794eefd9 by Jim Wilson Committed by Jim Wilson

ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79 entry.

	* config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
	entry.

From-SVN: r32484
parent be480cec
Sat Mar 11 16:18:12 2000 Jim Wilson <wilson@cygnus.com> Sat Mar 11 16:18:12 2000 Jim Wilson <wilson@cygnus.com>
* config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
entry.
* config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h, * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages. config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
......
...@@ -2374,7 +2374,7 @@ do { \ ...@@ -2374,7 +2374,7 @@ do { \
{ "loc76", LOC_REG (76) }, \ { "loc76", LOC_REG (76) }, \
{ "loc77", LOC_REG (77) }, \ { "loc77", LOC_REG (77) }, \
{ "loc78", LOC_REG (78) }, \ { "loc78", LOC_REG (78) }, \
{ "loc79", LOC_REG (78) }, \ { "loc79", LOC_REG (79) }, \
} }
/* A C compound statement to output to stdio stream STREAM the assembler syntax /* A C compound statement to output to stdio stream STREAM the assembler syntax
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment