diff options
author | Thiemo Seufer <ths@networkno.de> | 2002-09-26 09:00:08 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2002-09-26 09:00:08 +0000 |
commit | f3c0ec86c4c4a6784ea449e0e76a6a37f2da4488 (patch) | |
tree | 5cbd8e3abc650c5c5c5c42ab8d2501a3528b3d3c /gas/ChangeLog | |
parent | 9f951329b6c97a113018ecdcebdf47a355d1b6c7 (diff) | |
download | gdb-f3c0ec86c4c4a6784ea449e0e76a6a37f2da4488.zip gdb-f3c0ec86c4c4a6784ea449e0e76a6a37f2da4488.tar.gz gdb-f3c0ec86c4c4a6784ea449e0e76a6a37f2da4488.tar.bz2 |
* config/tc-mips.c (append_insn): Fix jump overflow check.
* gas/mips/jal-range.s: Fix jump overflow check.
* gas/mips/jal-range.l: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index eaef139..eda63ad 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * config/tc-mips.c (append_insn): Fix jump overflow check. + 2002-09-24 Alan Modra <amodra@bigpond.net.au> * config/tc-i386.c (process_operands): Warn about "lea" segment |