diff options
author | Tom Tromey <tromey@redhat.com> | 2008-09-09 03:17:13 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-09-09 03:17:13 +0000 |
commit | 502e814e6ef9164107cb374e8c578a8f6c7e0550 (patch) | |
tree | 47bbef7ac307f139e77aabfc897071a7320ab74e /bfd/ChangeLog | |
parent | 2b48966149db082c8643268316d8582506c1caac (diff) | |
download | gdb-502e814e6ef9164107cb374e8c578a8f6c7e0550.zip gdb-502e814e6ef9164107cb374e8c578a8f6c7e0550.tar.gz gdb-502e814e6ef9164107cb374e8c578a8f6c7e0550.tar.bz2 |
* elfxx-mips.c (mips16_stub_symndx) <sec>: Mark argument as
unused.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b1e5697..c52a291 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2008-09-08 Tom Tromey <tromey@redhat.com> + + * elfxx-mips.c (mips16_stub_symndx) <sec>: Mark argument as + unused. + 2008-09-08 H.J. Lu <hongjiu.lu@intel.com> Daniel Jacobowitz <dan@codesourcery.com> |