diff options
author | Aaron W. LaFramboise <aaronavay62@aaronwl.com> | 2005-03-30 02:55:13 +0000 |
---|---|---|
committer | Aaron W. LaFramboise <aaronavay62@aaronwl.com> | 2005-03-30 02:55:13 +0000 |
commit | e8a38df5d8d2502c3d3b3cd4054019d8d5748a90 (patch) | |
tree | 385a7d9222da45ab84094c0eabdbfb3263b22f01 /gas/ChangeLog | |
parent | efa9bda48249988ac6d0459f5331b73e0d43339e (diff) | |
download | gdb-e8a38df5d8d2502c3d3b3cd4054019d8d5748a90.zip gdb-e8a38df5d8d2502c3d3b3cd4054019d8d5748a90.tar.gz gdb-e8a38df5d8d2502c3d3b3cd4054019d8d5748a90.tar.bz2 |
* as.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize.
* config.in: Regenerate.
* configure: Regenerate.
* configure.in: Check for ffs decl and alphabetize.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d6263e6..789b1a9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2005-03-30 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com> + + * as.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize. + * config.in: Regenerate. + * configure: Regenerate. + * configure.in: Check for ffs decl and alphabetize. + 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com> Phil Blundell <philb@gnu.org> |