diff options
author | Richard Henderson <rth@redhat.com> | 2002-11-07 00:42:19 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-11-07 00:42:19 +0000 |
commit | 66ba4c770bbb930da59fce9e0fb788333815332f (patch) | |
tree | 8b6803d6cd71c7a066c72e7f711ec3cd37148de9 /gas/ChangeLog | |
parent | 0067822234fcb91d5f944857d619d0718540f271 (diff) | |
download | gdb-66ba4c770bbb930da59fce9e0fb788333815332f.zip gdb-66ba4c770bbb930da59fce9e0fb788333815332f.tar.gz gdb-66ba4c770bbb930da59fce9e0fb788333815332f.tar.bz2 |
* config/tc-alpha.c (alpha_validate_fix): Move code ...
(alpha_fix_adjustable): ... here.
* config/tc-alpha.h (TC_VALIDATE_FIX): Remove.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 22113ae..6f79219 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-11-06 Richard Henderson <rth@redhat.com> + + * config/tc-alpha.c (alpha_validate_fix): Move code ... + (alpha_fix_adjustable): ... here. + * config/tc-alpha.h (TC_VALIDATE_FIX): Remove. + 2002-11-07 Eric Kohl <ekohl@rz-online.de> * config/te-pe.h (LEX_AT): Accept at-sign (@) as first character |