diff options
author | Clinton Popetz <cpopetz@cpopetz.com> | 2000-01-14 17:58:29 +0000 |
---|---|---|
committer | Clinton Popetz <cpopetz@cpopetz.com> | 2000-01-14 17:58:29 +0000 |
commit | a19d8eb03e2cf8ba0bf15f98e4f5b1e7d693b6f3 (patch) | |
tree | 8ac8d563f995fa4fb54dfb00b5f48d9f8fcaeac3 /gas/ChangeLog | |
parent | 6b3b007bde0f9f46d184b8ecac57e1f91d3571f6 (diff) | |
download | gdb-a19d8eb03e2cf8ba0bf15f98e4f5b1e7d693b6f3.zip gdb-a19d8eb03e2cf8ba0bf15f98e4f5b1e7d693b6f3.tar.gz gdb-a19d8eb03e2cf8ba0bf15f98e4f5b1e7d693b6f3.tar.bz2 |
2000-01-13 Clinton Popetz <cpopetz@cygnus.com>
* config/tc-mips.c (mips_do_align): New function.
* config/tc-mips.h (md_do_align): Define.
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 99857e5..db21fcb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2000-01-13 Clinton Popetz <cpopetz@cygnus.com> + + * config/tc-mips.c (mips_do_align): New function. + * config/tc-mips.h (md_do_align): Define. + 2000-01-10 Philip Blundell <philb@gnu.org> * doc/c-arm.texi (ARM Options): Fix typo. |