1995-10-16 10:09:01 +08:00
|
|
|
Sun Oct 15 22:06:14 1995 Michael Meissner <meissner@cygnus.com>
|
|
|
|
|
|
|
|
* config/tc-ppc.c (md_parse_option): Support for -mcom to turn on
|
|
|
|
common mode operation.
|
|
|
|
(md_show_usage): Add -mcom to usage message.
|
|
|
|
|
|
|
|
Fri Oct 13 13:32:45 1995 steve chamberlain <sac@slash.cygnus.com>
|
|
|
|
|
|
|
|
* expr.c (op_rank): Add O_symbol_rva.
|
|
|
|
* expr.h (operatorT): Add O_symbol_rva.
|
|
|
|
* read.c (cons_worker): Set O_symbol_rva when necessary.
|
|
|
|
* write.c (fix_new_exp): Understand O_symbol_rva.
|
|
|
|
|
1995-10-10 23:35:30 +08:00
|
|
|
Tue Oct 10 11:34:14 1995 Ian Lance Taylor <ian@cygnus.com>
|
|
|
|
|
|
|
|
* config/tc-mips.c: Correct s_cons arguments. From Michael
|
|
|
|
Joosten <joost@ori.cadlab.de>.
|
|
|
|
|
1995-10-10 08:25:16 +08:00
|
|
|
Mon Oct 9 19:59:53 1995 Ian Lance Taylor <ian@cygnus.com>
|
|
|
|
|
|
|
|
* config/tc-ppc.c (ppc_macro): Make count unsigned.
|
|
|
|
(ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
|
|
|
|
(ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
|
|
|
|
the fix_line field.
|
|
|
|
* config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
|
|
|
|
make non-static. Change all users.
|
|
|
|
* config/obj-coff.h (coff_n_line_nos): Declare.
|
|
|
|
|
1995-10-07 05:39:20 +08:00
|
|
|
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.
|
|
|
|
|
1995-10-07 03:25:15 +08:00
|
|
|
Fri Oct 6 15:22:25 1995 Ian Lance Taylor <ian@cygnus.com>
|
|
|
|
|
|
|
|
* sb.c, macro.c: Decide whether to include <string.h> or
|
|
|
|
<strings.h> just as as.h does.
|
|
|
|
|
1995-10-07 01:28:33 +08:00
|
|
|
Fri Oct 6 09:55:33 1995 Doug Evans <dje@canuck.cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.in (site.exp): Fix setting of $srcdir.
|
|
|
|
|
|
|
|
* config/tc-arm.c (md_atof): Fix little-endian output.
|
1995-10-07 02:33:20 +08:00
|
|
|
* config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for
|
|
|
|
all coff targets.
|
1995-10-07 01:28:33 +08:00
|
|
|
|
1995-10-06 08:54:53 +08:00
|
|
|
Thu Oct 5 20:17:30 1995 Ken Raeburn <raeburn@cygnus.com>
|
|
|
|
|
1995-10-06 09:39:35 +08:00
|
|
|
* doc/as.texinfo: Split out the NS32k family documentation,
|
|
|
|
despite its being commented out for now.
|
|
|
|
* doc/c-ns32k.texi: New file.
|
|
|
|
|
1995-10-06 09:37:30 +08:00
|
|
|
* sb.c, macro.c: Include string.h.
|
|
|
|
|
1995-10-06 08:57:16 +08:00
|
|
|
* Makefile.in (comparison): Only check *.o; we don't care if
|
|
|
|
timestamps inserted by the native linker differ.
|
|
|
|
|
1995-10-06 08:54:53 +08:00
|
|
|
* config/tc-alpha.c (alpha_align): Only fill with a no-op pattern
|
|
|
|
if alignment stricter than 4 bytes is requested; in that case,
|
|
|
|
align to a 4-byte boundary first.
|
|
|
|
|
1995-10-06 10:29:16 +08:00
|
|
|
Thu Sep 28 19:35:27 1995 Pat Rankin <rankin@eql.caltech.edu>
|
|
|
|
|
|
|
|
* config/obj-vms.c (VMS_RSYM_Parse): eliminate "might be used
|
|
|
|
uninitialized" warning for `Max_Source_Offset'.
|
|
|
|
|
1995-10-05 05:43:23 +08:00
|
|
|
Wed Oct 4 16:17:02 1995 Kim Knuttila <krk@cygnus.com>
|
|
|
|
|
|
|
|
* config/tc-ppc.c (parse_toc_entry): New function to parse [toc]
|
|
|
|
qualifiers and detect errors if present.
|
|
|
|
(md_assemble): Add call to parse_toc_entry. Also added some support
|
|
|
|
for the [tocv] qualifier.
|
|
|
|
(ppc_pe_tocd): New function to support data in the toc section.
|
|
|
|
|
1995-10-05 02:05:59 +08:00
|
|
|
Wed Oct 4 14:03:39 1995 Ian Lance Taylor <ian@cygnus.com>
|
|
|
|
|
|
|
|
* config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
|
|
|
|
an absolute symbol.
|
|
|
|
|
1995-10-04 00:43:45 +08:00
|
|
|
Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com>
|
|
|
|
|
1995-10-05 02:05:59 +08:00
|
|
|
* config/tc-m68k.c (isbyte): Accept all values from -65536 to
|
|
|
|
+65535, so ~VAL will not be rejected.
|
|
|
|
|
1995-10-04 00:43:45 +08:00
|
|
|
* cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,
|
|
|
|
skip characters after the pseudo-op.
|
|
|
|
(s_else): Likewise.
|
|
|
|
* read.c (get_line_sb): Don't look past buffer_limit.
|
|
|
|
(s_include): In MRI mode, skip characters after the file name.
|
|
|
|
|
1995-10-03 05:00:22 +08:00
|
|
|
Mon Oct 2 16:15:27 1995 Ian Lance Taylor <ian@cygnus.com>
|
|
|
|
|
|
|
|
* config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit
|
|
|
|
periods in register names.
|
|
|
|
|
1995-10-07 06:39:14 +08:00
|
|
|
For older changes see ChangeLog.1.
|