diff options
Diffstat (limited to 'libcpu/ChangeLog')
| -rw-r--r-- | libcpu/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpu/ChangeLog b/libcpu/ChangeLog index a20f4407..5ea23b7e 100644 --- a/libcpu/ChangeLog +++ b/libcpu/ChangeLog @@ -51,6 +51,9 @@ 2009-01-23 Roland McGrath <[email protected]> + * i386_disasm.c (i386_disasm): Add abort after assert-constant for old + compilers that don't realize it's noreturn. + * Makefile.am (i386_parse_CFLAGS): Use quotes around command substitution that can produce leading whitespace. @@ -380,6 +383,11 @@ * defs/i386.doc: New file. * defs/x86_64: New file. +2005-04-04 Roland McGrath <[email protected]> + + * Makefile.am (WEXTRA): New variable, substituted by configure. + (AM_CFLAGS): Use it instead of -Wextra. + 2005-02-15 Ulrich Drepper <[email protected]> * Makefile (AM_CFLAGS): Add -Wunused -Wextra -Wformat=2. |
