Ken Raeburn
54eacbe683
For sparc64 target, use sparc cpu files and add sparcv9 to extra_defs. No
...
longer treat sparc64-*-aout* specially.
1994-06-16 00:49:06 +00:00
Ken Raeburn
9a0d0964d8
(config-stamp): If $(defs) contains multiple words, emit a #define line for
...
each.
1994-06-16 00:46:20 +00:00
Ian Lance Taylor
0e35ba9bc3
* config/obj-coff.c (coff_frob_symbol): Use C_STAT for the .text
...
section symbol, not C_LABEL.
1994-06-15 19:51:21 +00:00
Ian Lance Taylor
adf05987e2
* config/tc-mips.c (mips_ip): Permit a modifier in 'o' case.
1994-06-15 17:00:04 +00:00
Ian Lance Taylor
36a87ad7c5
* config/tc-mips.c (mips_ip): Permit non constant expressions in
...
'u' case: lets lui %hi(foo) work correctly.
1994-06-15 16:49:51 +00:00
Ian Lance Taylor
a5183648b2
* config/obj-aout.c (obj_aout_frob_symbol): Warn about an attempt
...
to put a common symbol in a set.
1994-06-13 16:13:10 +00:00
Stan Shebs
b06fe940ea
Sun Jun 12 16:38:42 1994 Stan Shebs (shebs@andros.cygnus.com)
...
* mpw-make.in (C, CFLAGS): Removed definitions.
(ALL_CFLAGS): Define.
Set default rule to use {CC} instead of {C}.
1994-06-12 23:41:37 +00:00
Ian Lance Taylor
02d4e9238a
Add weak symbols as an extension to a.out.
...
* read.c (pseudo_set): Only preserve external bit for OBJ_AOUT and
OBJ_BOUT if not BFD_ASSEMBLER.
* config/aout_gnu.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB):
Define as in ../include/aout/aout64.h.
* config/obj-aout.h (OBJ_SYMFIELD_TYPE): If not BFD_ASSEMBLER,
define as char.
(S_GET_WEAK, S_SET_WEAK): Define if not BFD_ASSEMBLER.
* config/obj-aout.c (obj_pseudo_table): Add "weak".
(obj_emit_symbols): Adjust type of weak symbols.
(obj_aout_weak): New static function.
1994-06-11 20:45:49 +00:00
Ian Lance Taylor
7b1e07b475
* config/obj-elf.c (obj_elf_section): Don't set any flags based on
...
the type of a special section.
1994-06-10 21:42:30 +00:00
Ian Lance Taylor
726672c5a5
* config/ho-sunos.h: Include <stdlib.h>. Don't declare malloc,
...
realloc, free, or atol.
1994-06-10 17:55:45 +00:00
Jeff Law
ed50a13b4e
* gas/hppa/reloc/reloc.exp (roundmode test): Tweak expected output
...
for SOM to match current testcase.
1994-06-10 16:24:54 +00:00
Bill Cox
0b3d0999e9
* Makefile.in (check): Delete as.new dependency, so that
...
regression test doesn't trigger an assembler build.
1994-06-08 13:30:30 +00:00
Ian Lance Taylor
daa7e18489
* Makefile.in (mostlyclean, realclean): New targets.
...
* doc/Makefile.in, testsuite/Makefile.in: Likewise.
1994-06-07 17:37:52 +00:00
Ian Lance Taylor
d2c71068e8
* config/tc-mips.c (RDATA_SECTION_NAME): Define.
...
(macro): Correct M_LI_SS SVR4_PIC/EMBEDDED_PIC case. After M_LI_D
or M_L_DOB or label dob, force a new frag to avoid getting
confused in tc_gen_reloc.
(mips_ip): Use RDATA_SECTION_NAME, not .rdata.
(s_change_sec): Likewise.
1994-06-06 17:16:16 +00:00
Ken Raeburn
be64f9c8bf
keep files for pushw test
1994-06-05 16:47:36 +00:00
Ian Lance Taylor
1fbfe10880
* read.c (emit_expr): Use memset to zero out memory, rather than
...
going through md_number_to_chars. This permits handling symbolic
arguments when the size is larger than sizeof (valueT), if
TC_CONS_FIX_NEW is prepared to handle the case (as it is on MIPS).
1994-06-04 03:38:01 +00:00
David MacKenzie
baed44cd14
* as.c (show_usage), config/tc-alpha.c (md_show_usage),
...
config/tc-mips.c (md_show_usage): Fix up messages.
1994-06-03 21:19:02 +00:00
David MacKenzie
dbc0fdd792
improve usage message
1994-06-03 21:07:48 +00:00
David MacKenzie
def66e248c
* as.h: Replace flagseen with separate variables.
...
* as.c (parse_args): Set them. Don't accept -1 option, or -v
explicitly (it's a synonym for --version).
* as.c, input-scrub.c, messages.c, read.c, symbols.c, write.c,
config/obj-aout.c, config/obj-aout.h, config/obj-bout.c,
config/obj-bout.h, config/obj-coff.c, config/obj-coff.h,
config/obj-vms.c, config/tc-hppa.c, config/tc-i386.c,
config/tc-i960.c, config/tc-m68k.c, config/tc-mips.c,
config/tc-vax.c: Use the new flag variables instead of flagseen.
* config/tc-vax.c [OBJ_VMS]: Recognize -+, -1, -v, and document in
usage.
1994-06-03 20:59:20 +00:00
David MacKenzie
f3d817d8b7
* as.c (show_usage): Remove target specific messages;
...
instead, call md_show_usage.
(parse_args): Use getopt_long_only. Take pointers to argc and
argv.
(main): Pass parse_args pointers.
* as.h: Remove 3 variables that are redundant with flagseen.
* as.c, messages.c: Change their users to use flagseen.
Define getopt stuff.
* tc.h: Update md_parse_option decl. Add md_show_usage decl.
* config/tc-*.c: Add md_shortopts, md_longopts,
md_longopts_size, md_show_usage. Change calling convention for
md_parse_option. Remove md_parse_long_option.
* config/tc-ns32k.c: Rename `struct option' to `struct ns32k_option'.
* config/tc-i386.h: Don't define md_parse_option.
1994-06-03 17:42:27 +00:00
Ken Raeburn
e4125bb4d9
note new i386 test
1994-06-02 23:47:38 +00:00
Ken Raeburn
121d5e17cd
new test for "pushw"
1994-06-02 23:46:51 +00:00
Ken Raeburn
d9ac025813
whitespace
1994-06-02 23:46:41 +00:00
Ken Raeburn
a8773b7d26
oops, left out var decl
1994-06-02 23:37:45 +00:00
David MacKenzie
ebd6f11797
* as.c (show_usage): New function.
...
(parse_args): Code moved from main.
Recognize --help and --version.
* config/tc-ns32k.h: Define TC_NS32K.
* doc/as.texinfo: Document all of the target-independent command
line options.
1994-06-02 21:00:19 +00:00
Ken Raeburn
b166d61474
* Makefile.in (distclean): Remove site config files and gas.sum.
1994-06-02 19:09:30 +00:00
Ken Raeburn
314628f66c
Various changes..
1994-06-02 16:38:54 +00:00
Ken Raeburn
7577d7b645
(hash_new_table): Clear newly allocated table.
1994-06-02 16:37:55 +00:00
Ken Raeburn
82489ea062
68060 support
1994-06-02 16:35:41 +00:00
Ken Raeburn
2283f8a02a
(fixup_segment) [!BFD_ASSEMBLER] [DIFF_EXPR_OK]: Do conversion to pc-relative
...
for difference, even if pcrel is already set.
1994-06-02 16:18:33 +00:00
Ken Raeburn
6ef37255ad
(potable): Add this_gcc_requires_the_gnu_assembler in all lower-case, in case
...
we're ignoring case of opcodes in the input file.
1994-06-02 16:15:56 +00:00
Ken Raeburn
b418bc52c0
(target i386-*-netbsd0.8): Use 386bsd emulation.
1994-06-02 16:07:16 +00:00
Ken Raeburn
0952861cab
Handle EV5 (21164/66/68) PALcode support.
...
* config/tc-alpha.c (machine): New variable.
(load_insn): New macro.
(load_insn_table): New function.
(md_begin): Call load_insn_table, once for basic instructions and
once for appropriate PAL instruction table.
(md_parse_option): Set `machine' based on -m##### arguments.
* config/alpha-opcode.h (alpha_pal21064_opcodes): Split out from alpha_opcodes.
(alpha_pal21164_opcodes): New table.
(NUM21064OPCODES, NUM21164OPCODES): New macros.
1994-06-02 16:06:43 +00:00
Ken Raeburn
4b9f440949
(.section): Document as unavailable for a.out type formats.
1994-06-02 16:03:41 +00:00
Ken Raeburn
f299d06dd5
(install-info-gasp): Use $$dir when installing file.
1994-06-02 16:01:18 +00:00
Ian Lance Taylor
0221ddf71a
* config/tc-mips.c (mips_ip): Force floating point values to be
...
aligned correctly.
1994-06-01 14:56:21 +00:00
Ken Raeburn
488442d458
put current timestamp on merge log
1994-05-27 17:06:21 +00:00
Ken Raeburn
c06e55d99a
changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs)
1994-05-27 16:58:05 +00:00
Ian Lance Taylor
a193acc0cc
* as.h: Don't declare parameters for strstr.
1994-05-20 22:02:39 +00:00
Ian Lance Taylor
f9c57637e4
* config/tc-sparc.c (md_section_align): Don't change the size if
...
OBJ_ELF.
1994-05-19 19:44:02 +00:00
Ian Lance Taylor
d43a0b2e43
Expand my entry a bit.
1994-05-18 17:32:52 +00:00
Ian Lance Taylor
ac7f7dfeb9
* Makefile.in (install): Redirect ln output to /dev/null. If ln
...
fails on gasp, install gasp.new, not gasp.
1994-05-18 17:11:19 +00:00
Jeff Law
44e8d616e5
* config/tc-hppa.c (pa_ip): Use R_HPPA_ABS_CALL, not R_HPPA for
...
absolute calls.
1994-05-18 15:18:23 +00:00
Bill Cox
858665b799
* lib/gas-defs.exp: Replace error proc calls with perror calls.
1994-05-17 21:54:41 +00:00
Jeff Law
ee8b834600
* config/tc-hppa.c (pa_parse_fp_cmp_cond): Report an error
...
on a partial completer match.
1994-05-17 18:54:50 +00:00
Jeff Law
3315c7c714
* config/tc-hppa.c: Change .hppa_unwind to .PARISC.unwind
...
throughout code.
(is_complex): Delete definition and support for complex relocation
types.
(tc_gen_reloc): Delete special unwind crud for ELF. Simplify and
rewrite ELF code based on 94-02-02 PA ELF draft spec.
(pa_build_unwind_subspace): Use standard PARISC_DIR32 relocs for
the unwind descriptors.
1994-05-16 19:29:56 +00:00
Jeff Law
a0546d5ed3
* gas/hppa/reloc/reloc.exp: Tweak expected output to match new
...
ELF code.
* gas/hppa/reloc/roundmode.s: Avoid "S" and "D" modes, ELF does
not support them.
* gas/hppa/unsorted/unsorted.exp: Tweak expected output to match
new ELF code.
1994-05-16 19:25:51 +00:00
Ken Raeburn
5494073cf2
remove unneeded files
1994-05-08 05:21:37 +00:00
Ken Raeburn
a29f494c27
note file renaming
1994-05-08 05:21:18 +00:00
Steve Chamberlain
a47d2dc447
Disable single quote strings.
1994-05-07 23:51:30 +00:00