diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-03-05 15:27:59 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-03-05 15:27:59 +0000 |
commit | cc3f603a65ec4b4d6049f8c61931abf400433c4b (patch) | |
tree | 0f00b965e7d149287d0134d8dc50b3c4e341d740 /gas/ChangeLog | |
parent | b92997d66d6001389dfad5d5a662c9032faa319d (diff) | |
download | gdb-cc3f603a65ec4b4d6049f8c61931abf400433c4b.zip gdb-cc3f603a65ec4b4d6049f8c61931abf400433c4b.tar.gz gdb-cc3f603a65ec4b4d6049f8c61931abf400433c4b.tar.bz2 |
gas:
* read.c (s_fill, s_space, s_float_space, float_cons, stringer,
s_incbin): Call md_cons_align (1).
gas/testsuite:
* gas/arm/mapmisc.d, gas/arm/mapmisc.dat, gas/arm/mapmisc.s: New.
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 f274c45..510095a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-03-05 Joseph Myers <joseph@codesourcery.com> + + * read.c (s_fill, s_space, s_float_space, float_cons, stringer, + s_incbin): Call md_cons_align (1). + 2009-03-04 Nick Clifton <nickc@redhat.com> * config/tc-alpha.c (alpha_prologue_label): Only define for ELF |