diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-02-25 16:34:10 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-02-25 16:34:10 +0000 |
commit | dfaf9df80335ba81bb1e4d5b04705cee4506e9ed (patch) | |
tree | 08109469c1652ddb0cc1284b6a2a5d26fc47e49c | |
parent | aed1c03afd30b7e0619b5bf835c19e86257359f7 (diff) | |
download | gdb-dfaf9df80335ba81bb1e4d5b04705cee4506e9ed.zip gdb-dfaf9df80335ba81bb1e4d5b04705cee4506e9ed.tar.gz gdb-dfaf9df80335ba81bb1e4d5b04705cee4506e9ed.tar.bz2 |
Remove gas/.
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fd3308b..d84cb47 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,6 @@ 2009-02-24 Helge Deller <deller@gmx.de> - * gas/config/tc-hppa.c (pa_ip): Add check of immediate values. + * config/tc-hppa.c (pa_ip): Add check of immediate values. (SAVE_IMMEDIATE): New define. 2009-02-23 Mark Mitchell <mark@codesourcery.com> @@ -362,13 +362,13 @@ 2009-01-10 H.J. Lu <hongjiu.lu@intel.com> - * gas/config/tc-i386.c (cpu_arch): Add corei7, .clflush and + * config/tc-i386.c (cpu_arch): Add corei7, .clflush and .syscall. (i386_align_code): Handle PROCESSOR_COREI7. (md_show_usage): Add corei7, clflush and syscall. (i386_target_format): Replace cpup4 with cpuclflush. - * gas/config/tc-i386.h (processor_type): Add PROCESSOR_COREI7. + * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7. * doc/c-i386.texi: Document corei7, clflush and syscall. |