diff options
author | Thiemo Seufer <ths@networkno.de> | 2003-09-19 15:32:26 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2003-09-19 15:32:26 +0000 |
commit | 22dd2f6cc6603c12aabe6f7f36ed5a659f9aa3b8 (patch) | |
tree | 6925c23d8547b3ef1d5ba92c42f32c8ebef99702 /gas | |
parent | 8bfd78b3d0e6ac77b921bdfbf2198088d240a50f (diff) | |
download | gdb-22dd2f6cc6603c12aabe6f7f36ed5a659f9aa3b8.zip gdb-22dd2f6cc6603c12aabe6f7f36ed5a659f9aa3b8.tar.gz gdb-22dd2f6cc6603c12aabe6f7f36ed5a659f9aa3b8.tar.bz2 |
* gas/mips/empic3_e.s: Fix typo.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/empic3_e.s | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index b001c5c..2ba9151 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-09-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * gas/mips/empic3_e.s: Fix typo. + 2003-09-05 Richard Sandiford <rsandifo@redhat.com> * gas/frv/reloc1.[sd]: New test. diff --git a/gas/testsuite/gas/mips/empic3_e.s b/gas/testsuite/gas/mips/empic3_e.s index 7a8d21a..427e8c8 100644 --- a/gas/testsuite/gas/mips/empic3_e.s +++ b/gas/testsuite/gas/mips/empic3_e.s @@ -1,5 +1,5 @@ -# Check PC-relative HI/LO relocs relocs for -membedded-pic when HI and -# LO are split over a 32K boundary. +# Check PC-relative HI/LO relocs for -membedded-pic when HI and LO are +# split over a 32K boundary. .text .set noreorder |