diff options
author | Richard Henderson <rth@redhat.com> | 2002-02-08 10:03:01 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-02-08 10:03:01 +0000 |
commit | 50a4c611305fef58905ffccdf0092ef69562598f (patch) | |
tree | f3c933416defd70ac99559f19ff4a69471ed4133 /gas/ChangeLog | |
parent | 1b19eb81ea43bc04b78e4190d59ffccfed4cbef5 (diff) | |
download | gdb-50a4c611305fef58905ffccdf0092ef69562598f.zip gdb-50a4c611305fef58905ffccdf0092ef69562598f.tar.gz gdb-50a4c611305fef58905ffccdf0092ef69562598f.tar.bz2 |
* config/tc-alpha.c (alpha_force_relocation): Don't assert that
we've eliminated all foreign relocation types yet.
(alpha_fix_adjustable): Likewise.
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 080de45..2daf90f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-02-08 Richard Henderson <rth@redhat.com> + + * config/tc-alpha.c (alpha_force_relocation): Don't assert that + we've eliminated all foreign relocation types yet. + (alpha_fix_adjustable): Likewise. + 2002-02-08 Alexandre Oliva <aoliva@redhat.com> Contribute sh64-elf. |