]> Git Repo - binutils.git/blobdiff - gas/ChangeLog
* som.c (som_bfd_count_ar_symbols): Use a pointer and alloca
[binutils.git] / gas / ChangeLog
index b9b0cc116f4788b87f16a12afa37ba1dfea55b47..d81e06b8b2d8b5788cc3922f77f544d25f926a05 100644 (file)
@@ -1,3 +1,321 @@
+Mon Feb 21 11:41:18 1994  Ian Lance Taylor  ([email protected])
+
+       * config/ho-hpux.h (BROKEN_ASSERT): Define if not __GNUC__.
+
+       * read.c (read_a_source_file): Use correct arguments to memcpy
+       (broken 19 Jul 1993).  From [email protected] (Kenneth
+       Duda).
+
+Sun Feb 20 18:01:54 1994  Ian Lance Taylor  ([email protected])
+
+       * config/obj-coff.h (obj_coff_section): Declare.
+       * config/obj-coff.c (obj_pseudo_table): For "section", use
+       obj_coff_section.
+       (obj_coff_section): Rewrite.
+
+Fri Feb 18 14:16:32 1994  Ken Raeburn  ([email protected])
+
+       * configure.in (i386-*-mach3*): New target; uses BFD.
+       * config/te-mach.h: New file.
+       * config/obj-aout.c (obj_aout_frob_file): New function.
+       * config/obj-aout.h (obj_aout_frob_file): Declare it.
+       (frob_file): New macro.
+       * config/tc-i386.c (md_apply_fix_1) [TE_Mach]: Don't adjust
+       pcrel32 relocations.
+       * config/tc-i386.h (TARGET_FORMAT) [TE_Mach]: Use a.out-mach3.
+
+       * write.c (write_object_file): Removed register declarations.
+
+Thu Feb 17 16:25:18 1994  Ian Lance Taylor  ([email protected])
+
+       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.
+
+Thu Feb 17 09:29:37 1994  David J. Mackenzie  ([email protected])
+
+       * messages.c (as_perror) [BFD_ASSEMBLER]: Use bfd_get_error and
+       bfd_set_error and new error names. 
+
+Tue Feb 15 20:23:20 1994  Ken Raeburn  ([email protected])
+
+       * configure.in: Support i960-vxworks versions > 5.0 as coff.
+       Default is still bout if no version is specified.
+
+       * atof-generic.c (atof_generic): Use switch and strcasecmp instead
+       of large number of compares when looking for inf/nan values.
+
+Fri Feb 11 13:13:27 1994  Ian Lance Taylor  ([email protected])
+
+       * config/tc-mips.c (macro): Do unaligned loads and stores
+       correctly when big endian, and give errors on overflow rather than
+       generating incorrect code.
+
+Thu Feb 10 11:24:20 1994  Ian Lance Taylor  ([email protected])
+
+       * as.c: Include libiberty.h.
+
+       * read.c (do_align): Don't define label just_record_alignment
+       unless it might be used.
+
+       * as.c (main): If md_parse_long_option is defined, call it with a
+       long option.
+       * config/tc-mips.h (md_parse_long_option): Define.
+       * config/tc-mips.c (mips_trap): New static variable.
+       (md_begin): Report an error if mips_trap is set at ISA level 1.
+       (macro): If mips_trap, use trap instructions instead of break
+       instructions for overflow and divide by zero detection.
+       (mips_parse_long_option): New function.  Support --trap,
+       --no-break, --break and --no-trap.
+       * doc/as.texinfo: Document new options.
+
+       * read.c (potable): Add "zero".
+       * config/tc-i386.c (md_pseudo_table): Remove "zero".
+       * config/tc-m88k.c (md_pseudo_table): Likewise.
+
+Thu Feb 10 01:24:27 1994  Ken Raeburn  ([email protected])
+
+       * 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 relocations needed.
+
+Wed Feb  9 13:08:32 1994  Ian Lance Taylor  ([email protected])
+
+       * as.h (xmalloc, xrealloc): Declare using PTR rather than char *.
+       * xmalloc.c (xmalloc, xrealloc): Use PTR rather than char *.
+
+       * 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.
+
+Wed Feb  9 09:42:45 1994  Stan Shebs  ([email protected])
+
+       * 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.
+
+Tue Feb  8 17:25:44 1994  Ian Lance Taylor  ([email protected])
+
+       * write.c (fixup_segment): Use as_bad_where, not as_bad.
+
+       * subsegs.c (subseg_set_rest): Call memset with the arguments in
+       the right order.  Explicitly clear fix_root and fix_tail fields.
+
+Tue Feb  8 16:00:25 1994  Ken Raeburn  ([email protected])
+
+       * config/obj-coff.c (coff_frob_symbol): For abs_symbol, set *punt
+       and do nothing else.
+
+       * symbols.c (symbol_begin): Initialize value of abs_symbol
+       properly.
+
+       * write.c (adjust_reloc_syms): Use abs_symbol instead of calling
+       section_symbol.
+
+       * ecoff.c (ecoff_build_debug): Fix "/*" in comment to silence
+       complaint from "gcc -Wall".
+
+       * configure.in (alpha-*-netware*): New target, like alpha-*-osf*.
+
+       * config/tc-alpha.c (GP_ADJUSTMENT): Move definition to start of
+       file.
+       (tc_gen_reloc): Remove uninitialized variable `code', and code
+       that tried to use it (incorrectly).  For LITERAL reloc, set addend
+       to negative of GP value.
+       (load_symbol_address): Don't adjust return value by GP_ADJUSTMENT.
+
+       * write.c (write_relocs): Print some sensible error message if
+       bfd_perform_relocation returns bfd_reloc_overflow.
+
+Mon Feb  7 15:49:24 1994  Jeffrey A. Law  ([email protected])
+
+       * configure.in (hppa*-*elf*): New configuration for PA ELF.
+       (hppa*-*-osf*): Default object format is SOM.
+
+Mon Feb  7 16:07:35 1994  Ken Raeburn  ([email protected])
+
+       * config/tc-alpha.c (md_atof): Warn that floating-point values
+       might not assemble properly.
+
+       * configure.in (target alpha-*-osf*): Don't set "dev=yes" any
+       more.
+
+       * config/tc-alpha.c (load_expression): Parenthesize operations in
+       range checking, to avoid precedence questions.
+
+       * config/tc-alpha.c (addr32): New static variable.
+       (md_parse_option): Set it for "-32addr".
+       (load_symbol_address): If addr32 is set, use ldl instead of ldq.
+
+       * atof-generic.c (atof_generic): Calculate maximum_useful_digits
+       and more_than_enough_bits_for_digits in integer arithmetic, to
+       eliminate the only sources of dependence on floating point
+       support, which doesn't work yet on the Alpha.
+
+Mon Feb  7 03:56:05 1994  Ken Raeburn  ([email protected])
+
+       * ecoff.c (ecoff_build_debug) [TC_ALPHA]: Specify version stamp as
+       0x30b for Alpha for now, until ".verstamp" is handled.
+
+       * literal.c (add_to_literal_pool): Use seginfo->frchainP, which
+       actually refers to the literal pool section, rather than
+       frchain_now, which refers to whatever section the assembler was
+       in.
+
+       * write.c (fixup_segment): Only do range checking if size of fixup
+       is smaller than word size.  Otherwise, we always wind up with
+       zeros.
+
+       * config/tc-alpha.c (md_section_align): Change second argument and
+       return type to valueT, to agree with tc.h.
+       (alpha_do_align): Local static array nop_pattern is now unsigned
+       char, to avoid overflow warnings.
+       * config/tc-alpha.h (md_section_align): Delete declaration.
+
+       * config/obj-ecoff.c (ecoff_frob_file): Ensure that ecoff_data for
+       output bfd is non-null before indirecting through it.
+
+       * config/tc-alpha.c (alpha_frob_ecoff_data): Renamed from
+       alpha_frob_file.
+       * config/tc-alpha.h (tc_frob_file): Macro deleted.
+       * config/obj-ecoff.c (ecoff_frob_file) [TC_ALPHA]: Call
+       alpha_frob_ecoff_data, then fill in optional-header info with gp
+       value and register masks.
+
+Sun Feb  6 16:13:47 1994  Jeffrey A. Law  ([email protected])
+
+       * configure.in (hiux): Fixes from [email protected].
+
+       * config/obj-som.c (obj_som_init_stab_section): Same change
+       as coffbfd and elf below.  Zero the initial stab symbol after
+       allocating it.
+
+Sat Feb  5 12:30:32 1994  Stan Shebs  ([email protected])
+
+       * 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.
+
+Sat Feb  5 11:53:31 1994  Jeffrey A. Law  ([email protected])
+
+       * 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.
+
+Sat Feb  5 00:15:49 1994  Ian Lance Taylor  ([email protected])
+
+       * configure.in (rs6000*): Use cpu_type ppc.
+       (ppc-*-aix*): New target; use coff and force bfd_gas.
+       * config/tc-ppc.h, config/tc-ppc.c: New files for PowerPC/POWER
+       (RS/6000) support.  At the moment, only XCOFF is supported.
+
+       * config/obj-coff.c (SA_SET_SYM_ENDNDX): Made non-static.
+       (S_SET_DATA_TYPE): Likewise.
+       (coff_last_function): Renamed from local static last_functionP in
+       coff_frob_symbol and made externally visible.
+       (coff_frob_symbol): New local static set_end; use it to try to
+       avoid calling SA_SET_SYM_ENDNDX on a symbol that will be punted.
+       * config/obj-coff.h (S_SET_DATA_TYPE): Declare.
+       (SA_SET_SYM_ENDNDX): Declare.
+       (coff_last_function): Declare.
+
+       * expr.c (operand): If DOLLAR_DOT is defined, accept `$' as
+       equivalent to `.' to mean the current location.
+
+       * read.c (LEX_BR): If not defined, define as 0.
+       (lex_type): Use LEX_BR as the type of `{',`}',`[',`]'.
+
+       * symbols.c (symbol_new): If tc_canonicalize_symbol_name is
+       defined, call it with preserved_copy_of_name.  If
+       tc_symbol_new_hook is defined, call it on the new symbol.
+       (symbol_find_base): If tc_canonicalize_symbol_name is defined,
+       call it on a copy of the name argument.
+
+       * write.c (write_object_file): Simplified usage of obj_frob_symbol
+       and tc_frob_symbol.  Always call both if the symbol is going to be
+       output.
+
+       * write.c (relax_segment): Use %ld rather than %d when printing
+       fragP->fr_var, and cast it to long.
+
+       Changed relocs to be based on subsegments (when BFD_ASSEMBLER).
+       * subsegs.h (struct frchain): If BFD_ASSEMBLER, added new fields
+       fix_root and fix_tail.
+       (segment_info_type): If BFD_ASSEMBLER, don't define fix_tail
+       field.
+       * write.c (fix_new_internal): If BFD_ASSEMBLER, set fix_rootP and
+       fix_tailP based on frchain_now, not seg_info (now_seg).
+       (chain_frchains_together_1): Chain the subsegment relocs together.
+       * subsegs.c (subseg_change): Don't clear fix_tail field.
+       (subseg_get): Likewise.
+       * literal.c (add_to_literal_pool): Look through the relocs via
+       frchain_now, not seginfo.
+
+Thu Feb  3 23:07:30 1994  Ian Lance Taylor  ([email protected])
+
+       * config/obj-ecoff.h (TARGET_SYMBOL_FIELDS): Changed
+       ecoff_undefined to ecoff_extern_size.
+       * config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS): Likewise.
+       * config/tc-mips.c (s_extern): Set ecoff_extern_size to the
+       external symbol size, rathern than setting the symbol value.
+       (md_estimate_size_before_relax): Check both ecoff_extern_size and
+       symbol value to see if GP referencing can be used.
+       * 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).
+
+Wed Feb  2 13:55:08 1994  Jeffrey A. Law  ([email protected])
+
+       * Makefile.in:  Avoid bug in losing hpux sed.
+
+Wed Feb  2 11:40:11 1994  Ian Lance Taylor  ([email protected])
+
+       * 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.
+
+       * gasp.c (kinfo): Fully bracket initializer.
+
+Tue Feb  1 19:28:12 1994  Ken Raeburn  ([email protected])
+
+       * gasp.c (malloc): Don't declare, since host.h or system header
+       files may declare it differently.
+
+       * config/atof-ieee.c (int_to_gen): Now static.
+
+       * config/ho-i386aix.h: Include sys/types.h and stdlib.h, not
+       ho-sysv.h.  Based loosely on a patch from Minh Tran-Le.
+
 Tue Feb  1 10:50:17 1994  Steve Chamberlain  ([email protected])
 
        * gasp.c: Include host.h.
This page took 0.036616 seconds and 4 git commands to generate.