diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-10-06 21:39:20 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-10-06 21:39:20 +0000 |
commit | 9e3e3d4cff67e1443b8016c55e23a11446255b7e (patch) | |
tree | 98ef6616f631b6f673be4f640aa511dbf3026735 /gas | |
parent | 3266eaffb7487c163416d65d665f0425faa43fe1 (diff) | |
download | gdb-9e3e3d4cff67e1443b8016c55e23a11446255b7e.zip gdb-9e3e3d4cff67e1443b8016c55e23a11446255b7e.tar.gz gdb-9e3e3d4cff67e1443b8016c55e23a11446255b7e.tar.bz2 |
Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message.
* config/obj-elf.c (obj_elf_common): Convert specified byte alignment to power
of two. Set size of local bss symbol.
* config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1ab7d46..161f5ce 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Fri Oct 6 16:24:27 1995 Ken Raeburn <raeburn@cygnus.com> + + Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message. + + * config/obj-elf.c (obj_elf_common): Convert specified byte + alignment to power of two. Set size of local bss symbol. + + * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name. + Fri Oct 6 15:22:25 1995 Ian Lance Taylor <ian@cygnus.com> * sb.c, macro.c: Decide whether to include <string.h> or |