]> Git Repo - binutils.git/blobdiff - gas/ChangeLog
Sanitize out D30V stuff.
[binutils.git] / gas / ChangeLog
index cf53764cdf9c71ca0d35878d607953a3429d12ae..c5a3da82babc0b894d9c0ba6757edc965f54ff44 100644 (file)
@@ -1,3 +1,142 @@
+start-sanitize-tic80
+Wed Feb 26 15:33:46 1997  Fred Fish  <[email protected]>
+
+       * config/tc-tic80.c (find_opcode, build_insn): Changes to match
+       operands with :m or :s modifiers and generate the right opcodes
+       for them.
+
+end-sanitize-tic80
+Wed Feb 26 11:56:11 1997  Ian Lance Taylor  <[email protected]>
+
+       * Makefile.in (itbl-parse.c itbl-parse.h): Use $(BISON) and
+       $(BISONFLAGS), not $(YACC) and $(YACCFLAGS).
+
+Tue Feb 25 22:02:23 1997  Philippe De Muyter  <[email protected]>
+
+       * config/tc-m68k.c (instring): Useless local declaration of
+       crack_operand removed.
+       * expr.h (expressionS): Changed type of X_op field to operatorT if
+       __GNUC__.
+
+Tue Feb 25 13:17:27 1997  Ian Lance Taylor  <[email protected]>
+
+       Based on patches from Robert Lipe <[email protected]>:
+       * configure.in: Add i386coff and i386elf to emulation list.
+       * configure: Rebuild.
+       * as.c (i386coff, i386elf): Declare.
+       * obj.h (coff_format_ops): Declare.
+       * config/obj-coff.c (OBJ_HEADER): Define.
+       (coff_obj_symbol_new_hook): Rename from obj_symbol_new_hook.
+       (coff_obj_read_begin_hook): Rename from obj_read_begin_hook.
+       (obj_pseudo_table): Add "version".
+       (coff_pop_insert): New static function.
+       (coff_sec_sym_ok_for_reloc): New static function.
+       (no_func): New static function.
+       (coff_format_ops): New variable.
+       * config/obj-coff.h (coff_obj_symbol_new_hook): Declare.
+       (obj_symbol_new_hook): Define.
+       (coff_obj_read_begin_hook): Declare.
+       (obj_read_begin_hook): Define.
+       * config/tc-i386.h (i386_target_format): Declare.
+       * config/tc-i386.c: Check OBJ_MAYBE_ELF as well as OBJ_ELF; check
+       OUTPUT_FLAVOR when appropriate.
+       (i386_target_format): New function.
+       * Makefile.in (obj-coff.o): New target.
+       (e-i386coff.o, e-i386elf.o): New targets.
+
+       From Stephen Williams <[email protected]>:
+       * config/tc-i960.h (TC_SYMFIELD_TYPE): Define if OBJ_COFF.
+       (_tc_get_bal_of_call): Don't declare.
+       (tc_get_bal_of_call): Declare as function, don't define as macro.
+       * config/tc-i960.c (tc_set_bal_of_call): If OBJ_COFF, store balP
+       in sy_tc field, not x_balntry field.
+       (tc_get_bal_of_call): Rename from _tc_get_bal_of_call.  Change
+       return type to symbolS *.  If OBJ_COFF, retrieve value from sy_tc
+       field, not x_balntry field.
+
+       * config/obj-elf.c (obj_elf_section): Permit a .note section to
+       have the SHF_ALLOC attribute.
+
+       * Makefile.in ($(OBJS)): Don't depend upon $(IT_HDRS).
+       (TARG_CPU_DEP_mips): Depend upon $(srcdir)/itbl-ops.h.
+       (itbl-lex.o): Depend upon itbl-parse.h.
+
+       * itbl-parse.y (yyerror): Change return type to int.  Change to
+       use old style function declaration.
+
+       * Makefile.in (itbl-lex.o): Remove -Wall.
+       (itbl-parse.o): Likewise.
+
+       * cond.c (s_ifdef): If we should omit conditionals from listings,
+       call listing_list.
+       (s_if, s_ifc, s_endif, s_else, s_ifeqs): Likewise.
+       * listing.c (list_info_struct): Add EDICT_NOLIST_NEXT.
+       (listing_listing): Handle EDICT_NOLIST_NEXT.
+       (listing_list): An argument of 2 means EDICT_NOLIST_NEXT.
+       * listing.h (LISTING_NOCOND): Define.
+       (LISTING_SKIP_COND): Define.
+       * as.c (show_usage): Mention c as a suboption of -a.
+       (parse_args): Handle c as a suboption of -a.
+       * doc/as.texinfo: Document -alc.
+
+start-sanitize-tic80
+Mon Feb 24 23:34:14 1997  Fred Fish  <[email protected]>
+
+       * config/tc-tic80.c (md_apply_fix): Handle R_ABS type fixups.
+
+end-sanitize-tic80
+Mon Feb 24 18:27:43 1997  Eric Youngdale  <[email protected]>
+
+       * doc/as.texinfo: Document .symver.
+
+Mon Feb 24 15:19:57 1997  Martin M. Hunt  <[email protected]>
+
+       * config/tc-d10v.c: Change pre_defined_registers to 
+       d10v_predefined_registers and reg_name_cnt to d10v_reg_name_cnt.
+
+Mon Feb 24 10:40:45 1997  Fred Fish  <[email protected]>
+
+       * config/obj-coff.c: Fix typo in comment section.
+start-sanitize-tic80
+       * config/tc-tic80.c (md_pseudo_table): Add entry for bss, which takes
+       an additional alignment argument.
+       (find_opcode): Allow O_symbol relocs for any 32 bit field, not just
+       base relative ones.
+       (build_insn): Handle O_symbol relocs for any 32 bit field, not just
+       base relative ones.
+end-sanitize-tic80
+
+Mon Feb 24 02:23:00 1997  Dawn Perchik  <[email protected]>
+
+       * Makefile.in: Remove dependancies on itbl-cpu.h.
+       * as.c: Define stubs for itbl_parse and itbl_init if HAVE_ITBL_CPU 
+       is not defined.
+
+Mon Feb 24 02:03:00 1997  Dawn Perchik  <[email protected]>
+
+       * itbl-ops.h: Include as.h.
+
+Mon Feb 24 01:04:00 1997  Dawn Perchik  <[email protected]>
+
+       * as.c: Remove -t option.
+       * configure, configure.in: Move itbl-cpu.h to mips specific configure.
+       * itbl-ops.h: Include itbl-cpu.h only if HAVE_ITBL_CPU is defined.
+       * config/tc-mips.h: Define HAVE_ITBL_CPU.
+
+Sun Feb 23 18:01:00 1997  Dawn Perchik  <[email protected]>
+
+       * itbl-ops.c: Don't define DEBUG.
+
+Sun Feb 23 17:49:00 1997  Dawn Perchik  <[email protected]>
+
+       * Makefile.in: Update itbl-test.c to reflect its new location.
+
+Sun Feb 23 15:50:00 1997  Dawn Perchik  <[email protected]>
+
+       * itbl-ops.c: Add test for itbl_have_entries.
+       * config/tc-mips.c: Remove test for itbl_have_entries.
+       * config/tc-mips.h: Define tc_init_after_args to mips_init_after_args.
+
 Sun Feb 23 18:13:19 1997  Ian Lance Taylor  <[email protected]>
 
        * Makefile.in (DISTSTUFF): Remove itbl-parse.y, itbl-lex.l, and
This page took 0.032294 seconds and 4 git commands to generate.