Ken Raeburn
04bde70d04
missed atof-generic log entry last time
1994-02-18 19:41:53 +00:00
Ian Lance Taylor
5e65fbc84b
Some support for PowerPC ELF, although it isn't in BFD yet.
...
* configure.in: If cpu is powerpc*, use ppc.
(ppc-*-sysv4*): Use object format elf.
* config/tc-ppc.h: Only declare a number of things if OBJ_COFF is
defined.
(TARGET_ARCH): Make it call ppc_arch.
(ppc_arch): Declare.
(TARGET_FORMAT): Set based on OBJ_COFF or OBJ_ELF.
(NO_STRING_ESCAPES): Define.
(LOCAL_LABEL, FAKE_LABEL_NAME): Define for OBJ_ELF.
* config/tc-ppc.c: Only define a number of functions of OBJ_COFF
is defined.
(md_pseudo_table): Most pseudo-ops are OBJ_COFF specific. Added
OBJ_COFF specific "bi" and "ei".
(md_parse_option): Fix handling of -u. Make -m601 set
PPC_OPCODE_601. If OBJ_ELF, accept -V and -Q.
(ppc_set_cpu): New function.
(ppc_arch): New function.
(md_begin): Call ppc_set_cpu.
(ppc_insert_operand): For a signed operand accept an unsigned
value, for IBM compatibility.
(ppc_byte): Don't call stringer for strings; instead, treat two
double quotes as a single double quote.
(ppc_comm): Set sy_tc.output for a .lcomm symbol.
(ppc_biei): New function.
(ppc_tc): If not OBJ_COFF, ignore first argument.
(ppc_fix_adjustable): Call as_bad_where, not as_bad.
(ppc_is_toc_sym): New function.
(md_apply_fix): Use ppc_is_toc_sym. Handle BFD_RELOC_16 and
BFD_RELOC_8.
1994-02-17 21:37:32 +00:00
David MacKenzie
f61b81b7c1
* messages.c (as_perror) [BFD_ASSEMBLER]: Use bfd_get_error and
...
bfd_set_error and new error names.
1994-02-17 18:14:04 +00:00
Ken Raeburn
c25be7f4e9
* configure.in: Support i960-vxworks versions > 5.0 as coff.
...
Default is still bout if no version is specified.
1994-02-16 01:28:59 +00:00
Ian Lance Taylor
b1237b9d04
* config/tc-mips.c (macro): Do unaligned loads and stores
...
correctly when big endian, and give errors on overflow rather than
generating incorrect code.
1994-02-11 18:16:19 +00:00
Ian Lance Taylor
605e1d90e3
* as.c: Include libiberty.h.
1994-02-10 22:33:56 +00:00
Ken Raeburn
6440d65c34
* config/tc-sparc.c (sparc_ip): Reject integer values for pc-relative operand
...
fields. This forces "call 0" to become "jmpl %g0,%o7" with no relocs needed.
1994-02-10 06:48:19 +00:00
Ian Lance Taylor
d87c080eaf
* as.h (xmalloc, xrealloc): Declare using PTR rather than char *.
...
* xmalloc.c (xmalloc, xrealloc): Use PTR rather than char *.
1994-02-09 18:23:23 +00:00
Ian Lance Taylor
ddb393cf89
* app.c (do_scrub_next_char): If NO_STRING_ESCAPES is defined,
...
don't treat backslash specially inside strings.
* read.c (next_char_of_string): Likewise.
1994-02-09 18:11:20 +00:00
Stan Shebs
66c774bb3e
Wed Feb 9 09:42:45 1994 Stan Shebs (shebs@andros.cygnus.com)
...
* config/obj-coffbfd.c (obj_coff_init_stab_section): Use memset
instead of memcpy to zero the initial stab symbol, duh.
* config/obj-elf.c (obj_elf_init_stab_section): Ditto.
* config/obj-som.c (obj_som_init_stab_section): Ditto.
1994-02-09 17:47:40 +00:00
Ian Lance Taylor
356315fe1c
* write.c (fixup_segment): Use as_bad_where, not as_bad.
1994-02-09 05:02:25 +00:00
Ken Raeburn
cfaf70e3a6
sparclite-coff fix: obj-coff.c, symbols.c, write.c modified for abs_symbol
1994-02-09 00:51:26 +00:00
Ken Raeburn
cafb569b7a
-Wall is Ian's friend; make them both happy (by removing `/*' inside comment).
1994-02-08 23:07:55 +00:00
Ken Raeburn
7496639ab5
* configure.in (alpha-*-netware*): New target, like alpha-*-osf*.
1994-02-08 21:52:01 +00:00
Ken Raeburn
8a74b870a5
tc-alpha fixes
1994-02-08 21:09:10 +00:00
Ken Raeburn
df44a8523f
* write.c (write_relocs): Print some sensible error message if
...
bfd_perform_relocation returns bfd_reloc_overflow.
1994-02-08 21:02:35 +00:00
Ken Raeburn
2d33b3aacb
tc-alpha.c (md_atof): Warn that FP vals might not assemble properly
1994-02-07 21:36:35 +00:00
Ken Raeburn
c3591adb28
configure.in, tc-alpha, atof-generic changes
1994-02-07 21:14:39 +00:00
Ken Raeburn
5facbfd428
tc-alpha, obj-ecoff changes
1994-02-07 10:13:59 +00:00
Ken Raeburn
fc6b54fdf5
atof-generic.c, ecoff.c, literal.c, write.c changes
1994-02-07 09:58:29 +00:00
Jeff Law
f8693e71a7
* configure.in (hiux): Fixes from m-kasahr@sramhc.sra.co.JP.
1994-02-07 00:34:59 +00:00
Jeff Law
dc536cc0ca
* config/obj-som.c (obj_som_init_stab_section): Same change
...
as coffbfd and elf below. Zero the initial stab symbol after
allocating it.
1994-02-07 00:15:01 +00:00
Stan Shebs
41b5ef0f76
Sat Feb 5 12:30:32 1994 Stan Shebs (shebs@andros.cygnus.com)
...
* config/obj-coffbfd.c (obj_coff_init_stab_section): Zero the
initial stab symbol after allocating it.
* config/obj-elf.c (obj_elf_init_stab_section): Ditto.
This fixes a critical bug observed in Q4 for Lynx.
1994-02-05 21:45:51 +00:00
Jeff Law
fa4beb7e8f
* config/tc-hppa.c (pa_ip): addb[tf] should only accept
...
non-negated condition completers. Add support for addb pseudo-op
which accepts both negated and non-negated completers.
1994-02-05 19:54:51 +00:00
Ian Lance Taylor
1c11ab0e7f
* configure.in (rs6000*): Use cpu_type ppc.
...
(ppc-*-aix*): New target; use coff and force bfd_gas.
1994-02-05 05:38:24 +00:00
Ian Lance Taylor
f85ad9d5c5
* ecoff.c (ecoff_symbol_new_hook): Clear ecoff_extern_size, not
...
ecoff_undefined.
(ecoff_frob_symbol): Don't check ecoff_undefined.
(ecoff_build_symbols): Get size of an undefined symbol from
sym->ecoff_extern_size, not S_GET_VALUE (sym).
1994-02-04 04:14:24 +00:00
Ian Lance Taylor
11c0749600
Revert last change.
1994-02-04 03:17:30 +00:00
Ian Lance Taylor
fdb3408e12
* config/tc-mips.c (md_apply_fix): If this is an undefined symbol,
...
subtract the value from fx_addnumber to since
bfd_perform_relocation is going to add it in.
1994-02-04 02:32:54 +00:00
Jeff Law
b4bd2c92c5
* Makefile.in: Avoid bug in losing hpux sed.
1994-02-02 21:58:54 +00:00
Ian Lance Taylor
1051c97f63
* config/tc-mips.c (file_mips_isa): New static variable.
...
(md_begin): Set it.
(s_mipsset): Add support for .set mipN to set the ISA level.
1994-02-02 17:06:24 +00:00
Ken Raeburn
f2cdeec493
gasp.c, atof-ieee.c, ho-i386aix.h changes
1994-02-02 00:40:29 +00:00
Ian Lance Taylor
8bbad6fda8
* config/tc-mips.c (mips_ip): Make an unsupported instruction a
...
warning, not an error.
1994-02-01 23:10:05 +00:00
Steve Chamberlain
e2847e64ff
* gasp.c: Include host.h.
1994-02-01 18:58:32 +00:00
Ian Lance Taylor
9cbf9e57c2
obj-coff, obj-coffbfd changes.
1994-02-01 17:19:54 +00:00
Stan Shebs
2abb453d8b
Mon Jan 31 17:55:14 1994 Stan Shebs (shebs@andros.cygnus.com)
...
* as.c (statistics_flag): Renamed from quiet_flag.
(main): Get statistics with --statistics instead of -noquiet.
1994-02-01 02:03:06 +00:00
Steve Chamberlain
a5a4b5acdc
Support for gasp.
1994-01-31 16:44:53 +00:00
Ken Raeburn
7909261f79
alpha & vax changes
1994-01-30 23:32:56 +00:00
Ian Lance Taylor
1f029792a2
* config/obj-coff.c (obj_coff_section_header_append): Do not
...
declare if BFD_ASSEMBLER.
(stack_pop): Correct test for stack underflow.
(obj_coff_endef, obj_coff_dim, obj_coff_line, obj_coff_size,
obj_coff_scl, obj_coff_tag, obj_coff_type, obj_coff_val): Declare
type of ignored argument to avoid gcc warning.
(align): Removed unused function.
1994-01-28 16:30:29 +00:00
Ken Raeburn
81f6013aa2
Various changes: alpha support, fx_done handling, EMIT_SECTION_SYMBOLS, ...
1994-01-28 01:42:05 +00:00
Ken Raeburn
6221fe2090
* atof-generic.c: Some reformatting.
...
(atof_generic): Be careful when mixing signed/unsigned values of different
sizes.
1994-01-27 23:39:00 +00:00
Ian Lance Taylor
ec7a69ea23
* read.c (lex_type): No longer make '{' a valid character for
...
symbol names.
1994-01-27 23:10:19 +00:00
Ian Lance Taylor
fe9205735e
* as.c (main): Print long values using %ld.
1994-01-27 21:53:17 +00:00
Ian Lance Taylor
a57180adea
* messages.c (as_warn_internal): New static function.
...
(as_warn, 3 versions): Use as_warn_internal.
(as_warn_where, 3 versions): New function.
* as.h (as_warn_where): Declare.
1994-01-27 21:50:46 +00:00
Stan Shebs
ca7bd5579a
Tue Jan 25 18:30:34 1994 Stan Shebs (shebs@andros.cygnus.com)
...
* as.c (quiet_flag): New flag.
(main): If -noquiet given, display execution time and memory used.
1994-01-26 02:34:20 +00:00
Jeff Law
9dcf805766
* doc/{all.texi,as.texinfo}: Add documentation for HPPA port.
1994-01-25 23:54:34 +00:00
Ian Lance Taylor
f71babce75
Various entries.
1994-01-25 00:27:25 +00:00
Ken Raeburn
2ef7731dee
read.c (s_lcomm): Treat Alpha like MIPS in handling of .sbss section.
1994-01-24 19:17:03 +00:00
Ken Raeburn
7691379e7f
* expr.c (operand): For floating point operand with unusual fp char from
...
FLT_CHARS, preserve the character. Patch from Lisa Repka.
1994-01-20 18:26:17 +00:00
Ian Lance Taylor
eb8fd0e9b4
* config/tc-mips.c (md_pseudo_table): Add all data allocation
...
pseudo-ops: .hword, .int, .long, .octa, .quad, .short, .single.
1994-01-20 04:18:14 +00:00
Ian Lance Taylor
13655af625
Smuggle N_WARNING symbols into BFD in obj_aout_frob_symbol.
1994-01-19 05:02:24 +00:00