* config/tc-mips.c (mips_frob_file): Permit multiple %hi relocs to

be associated with a single %lo reloc.
This commit is contained in:
Ian Lance Taylor 1996-04-15 23:01:50 +00:00
parent 2afb4d5ddb
commit aa9e2dbe32

View file

@ -1,5 +1,8 @@
Mon Apr 15 12:26:33 1996 Ian Lance Taylor <ian@cygnus.com>
* config/tc-mips.c (mips_frob_file): Permit multiple %hi relocs to
be associated with a single %lo reloc.
* config/tc-mips.c (load_address): Cast X_add_number to valueT
before comparing against MAX_GPREL_OFFSET, so that negative
numbers are handled correctly.