diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2009-12-19 00:21:29 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2009-12-19 00:21:29 +0000 |
commit | 7c0fc5246b2cdaa6f12c8693732f05e440c125d0 (patch) | |
tree | 91df283cd29a925b09fdbd1798892d53ed39b07c /gas/testsuite/ChangeLog | |
parent | dc89be0992ff5fcf0a0b7f0aaddca5dc34eae1db (diff) | |
download | ppe42-binutils-7c0fc5246b2cdaa6f12c8693732f05e440c125d0.tar.gz ppe42-binutils-7c0fc5246b2cdaa6f12c8693732f05e440c125d0.zip |
gas/
* config/tc-mips.c (s_mips_ent): Also set BSF_FUNCTION for
".aent".
gas/testsuite/
* gas/mips/aent.d: New test.
* gas/mips/aent.s: Source for the new test.
* gas/mips/mips.exp: Run it.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index bad0ab934d..e79289401b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2009-12-19 Maciej W. Rozycki <macro@codesourcery.com> + + * gas/mips/aent.d: New test. + * gas/mips/aent.s: Source for the new test. + * gas/mips/mips.exp: Run it. + 2009-12-17 Nick Clifton <nickc@redhat.com> PR binutils/10924 |