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/ChangeLog | |
parent | dc89be0992ff5fcf0a0b7f0aaddca5dc34eae1db (diff) | |
download | gdb-7c0fc5246b2cdaa6f12c8693732f05e440c125d0.zip gdb-7c0fc5246b2cdaa6f12c8693732f05e440c125d0.tar.gz gdb-7c0fc5246b2cdaa6f12c8693732f05e440c125d0.tar.bz2 |
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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c1adad5..1bdb37e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-12-19 Maciej W. Rozycki <macro@codesourcery.com> + + * config/tc-mips.c (s_mips_ent): Also set BSF_FUNCTION for + ".aent". + 2009-12-18 Steve Ellcey <sje@cup.hp.com> * config/tc-hppa.c: Change access to access_ctr. |