diff options
author | Chris Demetriou <cgd@google.com> | 2003-07-09 01:27:30 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2003-07-09 01:27:30 +0000 |
commit | 115695a81d0bdf18ff318951cdddfa6153782268 (patch) | |
tree | 6fc02428fa5e85027cb6a92f3a1eab18a26adeaf /gas/ChangeLog | |
parent | 6a18135f6a93eb8be003dfa19133e65d5fa2d161 (diff) | |
download | gdb-115695a81d0bdf18ff318951cdddfa6153782268.zip gdb-115695a81d0bdf18ff318951cdddfa6153782268.tar.gz gdb-115695a81d0bdf18ff318951cdddfa6153782268.tar.bz2 |
[ gas/ChangeLog ]
2003-07-08 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (mips_validate_fix): Do not warn about branch
target being a global symbol if not compiling SVR4 PIC code.
[ gas/testsuite/ChangeLog ]
2003-07-08 Chris Demetriou <cgd@broadcom.com>
* gas/testsuite/gas/mips/mips.exp: Make sure that branch-misc-2 is
run to compile non-PIC code, and add branch-misc-2pic.
* gas/mips/branch-misc-2.l: Adjust for change in non-PIC warnings.
* gas/mips/branch-misc-2pic.l: New file.
* gas/mips/branch-misc-2pic.s: New file.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 11eb9e6..21167d8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2003-07-08 Chris Demetriou <cgd@broadcom.com> + + * config/tc-mips.c (mips_validate_fix): Do not warn about branch + target being a global symbol if not compiling SVR4 PIC code. + 2003-07-07 Nick Clifton <nickc@redhat.com> * doc/c-m32r.texi (M32R-Directives): New node. Document the |