aboutsummaryrefslogtreecommitdiff
path: root/libcpu
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-21 20:38:27 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-21 20:38:27 +0000
commita9f3660eb17167f57ab308ec54a4e8d4c902858a (patch)
tree4b5bcd903d2f7b9c3ba05079572818b9dfda9da0 /libcpu
parentc58110d291bbd39e416d322076dc58bddf56bcf0 (diff)
downloadelfutils-a9f3660eb17167f57ab308ec54a4e8d4c902858a.tar.gz
Update copyright year.
Diffstat (limited to 'libcpu')
-rw-r--r--libcpu/ChangeLog7
-rw-r--r--libcpu/Makefile.am6
-rw-r--r--libcpu/i386_parse.y4
3 files changed, 2 insertions, 15 deletions
diff --git a/libcpu/ChangeLog b/libcpu/ChangeLog
index 4b225af8..fff065b0 100644
--- a/libcpu/ChangeLog
+++ b/libcpu/ChangeLog
@@ -1,10 +1,3 @@
-2008-01-21 Roland McGrath <roland@redhat.com>
-
- * i386_parse.y: Add sanity check for NMNES macro value.
- * Makefile.am (i386_parse.o): Fix target in dependency rule.
- (i386_parse.h): New target with empty commands.
- (i386_lex.o): Depend on it in place of i386_parse.c.
-
2008-01-21 Ulrich Drepper <drepper@redhat.com>
* Makefile.am (EXTRA_DIST): Remove defs/x86_64.
diff --git a/libcpu/Makefile.am b/libcpu/Makefile.am
index 51817c1e..d3d4bb55 100644
--- a/libcpu/Makefile.am
+++ b/libcpu/Makefile.am
@@ -69,13 +69,11 @@ i386_lex_no_Werror = yes
libeu = ../lib/libeu.a
i386_lex_CFLAGS = -Wno-unused-label -Wno-unused-function -Wno-sign-compare
-i386_parse.o: i386_parse.c i386.mnemonics
+i386_gendis.o: i386_parse.c i386.mnemonics
i386_parse_CFLAGS = -DNMNES=$$(wc -l < i386.mnemonics)
-i386_lex.o: i386_parse.h
+i386_lex.o: i386_parse.c
i386_gendis_LDADD = $(libeu) -lm $(libmudflap)
-i386_parse.h: i386_parse.c ;
-
noinst_HEADERS = memory-access.h i386_parse.h i386_data.h
EXTRA_DIST = defs/i386
diff --git a/libcpu/i386_parse.y b/libcpu/i386_parse.y
index ceeb12ad..9b2ab33e 100644
--- a/libcpu/i386_parse.y
+++ b/libcpu/i386_parse.y
@@ -1090,10 +1090,6 @@ print_op_fct (const void *nodep, VISIT value,
}
-#if NMNES < 2
-# error "bogus NMNES value"
-#endif
-
static void
instrtable_out (void)
{