deliverable/binutils-gdb.git
28 years agoAdd switches to control AIX multlibs
Michael Meissner [Wed, 20 Dec 1995 20:17:24 +0000 (20:17 +0000)] 
Add switches to control AIX multlibs

28 years ago * config/tc-mips.c (load_address): Correctly handle a constant in
Ian Lance Taylor [Wed, 20 Dec 1995 19:56:41 +0000 (19:56 +0000)] 
* config/tc-mips.c (load_address): Correctly handle a constant in
SVR4_PIC case.  From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>.

28 years agoconfigure m68k-cbm non-sysv4 correctly
Ken Raeburn [Wed, 20 Dec 1995 01:13:05 +0000 (01:13 +0000)] 
configure m68k-cbm non-sysv4 correctly

28 years ago * ld-srec/srec.exp: Add setup_xfails for XCOFF targets.
Ian Lance Taylor [Tue, 19 Dec 1995 23:00:26 +0000 (23:00 +0000)] 
* ld-srec/srec.exp: Add setup_xfails for XCOFF targets.

28 years ago * emultempl/aix.em (gld${EMULATION_NAME}_after_open): Only set
Ian Lance Taylor [Tue, 19 Dec 1995 22:36:03 +0000 (22:36 +0000)] 
* emultempl/aix.em (gld${EMULATION_NAME}_after_open): Only set
relocateable before calling ldctor_build_sets if the output file
is in an XCOFF format.

28 years ago * coff-i960.c (CALC_ADDEND): Define.
Ian Lance Taylor [Tue, 19 Dec 1995 21:38:51 +0000 (21:38 +0000)] 
* coff-i960.c (CALC_ADDEND): Define.
(coff_i960_relocate_section): Add the input section VMA to the
addend for PC relative relocs.
PR 8697.

28 years ago12/19 release from Andrew that fixes Netbsd break problem
Michael Meissner [Tue, 19 Dec 1995 16:41:06 +0000 (16:41 +0000)] 
12/19 release from Andrew that fixes Netbsd break problem

28 years ago * configure.in (i386-win32): Don't build expect if we're not
Jason Molenda [Tue, 19 Dec 1995 01:56:18 +0000 (01:56 +0000)] 
    * configure.in (i386-win32): Don't build expect if we're not
        building the tcl subdir.

28 years ago * Makefile.in: (configure-target-examples, all-target-examples):
Stan Shebs [Mon, 18 Dec 1995 19:50:07 +0000 (19:50 +0000)] 
* Makefile.in: (configure-target-examples, all-target-examples):
New targets, configure and build example programs.

28 years agoWork with new and old BFDs; Do not inline model externs functions by default
Michael Meissner [Sat, 16 Dec 1995 15:02:48 +0000 (15:02 +0000)] 
Work with new and old BFDs; Do not inline model externs functions by default

28 years ago * mpw-configure: If an mpw-config.in generated a file mk.sed,
Stan Shebs [Sat, 16 Dec 1995 00:20:14 +0000 (00:20 +0000)] 
* mpw-configure: If an mpw-config.in generated a file mk.sed,
use it as input to sedit the generated MPW makefile.
* mpw-README: Add a suggestion about Gestalt.h.

28 years ago* config/tc-sh.c (parse_reg): Recognize SH3 registers.
J.T. Conklin [Fri, 15 Dec 1995 22:30:33 +0000 (22:30 +0000)] 
* config/tc-sh.c (parse_reg): Recognize SH3 registers.
(get_specific): Handle A_SSR, A_SPC and A_REG_B.
(build_Mbytes): Handle REG_B.

28 years ago * disassemble.c (disassembler): Use new bfd_big_endian macro.
Ian Lance Taylor [Fri, 15 Dec 1995 21:45:00 +0000 (21:45 +0000)] 
* disassemble.c (disassembler): Use new bfd_big_endian macro.

28 years ago * ld-srec/srec.exp: Remove i960 COFF setup_xfail.
Ian Lance Taylor [Fri, 15 Dec 1995 21:39:35 +0000 (21:39 +0000)] 
* ld-srec/srec.exp: Remove i960 COFF setup_xfail.

28 years ago * ldwrite.c (build_link_order): When handling a data statement, if
Ian Lance Taylor [Fri, 15 Dec 1995 21:39:09 +0000 (21:39 +0000)] 
* ldwrite.c (build_link_order): When handling a data statement, if
the endianness of the output file is unknown, use the endianness
of the input file.

28 years ago * run.c (main): Use new bfd_big_endian macro.
Ian Lance Taylor [Fri, 15 Dec 1995 21:28:11 +0000 (21:28 +0000)] 
* run.c (main): Use new bfd_big_endian macro.

28 years ago * targets.c (enum bfd_endian): Define.
Ian Lance Taylor [Fri, 15 Dec 1995 21:18:43 +0000 (21:18 +0000)] 
* targets.c (enum bfd_endian): Define.
(bfd_target): Rename byteorder_big_p to byteorder, and change it
from boolean to enum bfd_endian.  Change header_byteorder_big_p
correspondingly.
* bfd-in.h (bfd_big_endian, bfd_little_endian): New macros.
(bfd_header_big_endian, bfd_header_little_endian): New macros.
* bfd-in2.h: Rebuild.
* All targets: Change initialization of byteorder and
header_byteorder to use enum bfd_endian values rather than
booleans.
* All files: Change all references to byteorder_big_p and
header_byteorder_big_p to use new bfd_*_endian macros.

28 years ago * top.c (set_endian_from_file): Use new bfd_big_endian macro.
Ian Lance Taylor [Fri, 15 Dec 1995 21:17:04 +0000 (21:17 +0000)] 
* top.c (set_endian_from_file): Use new bfd_big_endian macro.

28 years ago * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro.
Ian Lance Taylor [Fri, 15 Dec 1995 21:12:36 +0000 (21:12 +0000)] 
* ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro.

28 years agoFix warnings when using full inlining.
Michael Meissner [Fri, 15 Dec 1995 21:06:22 +0000 (21:06 +0000)] 
Fix warnings when using full inlining.

28 years ago * mpw-make.sed: Add quotes to RIncludes reference.
Raymond Jou [Fri, 15 Dec 1995 20:31:58 +0000 (20:31 +0000)] 
* mpw-make.sed: Add quotes to RIncludes reference.

28 years ago * remote-array.c: Remove bogus setting of baudrate to 4800. Their
Rob Savoye [Fri, 15 Dec 1995 20:20:33 +0000 (20:20 +0000)] 
* remote-array.c: Remove bogus setting of baudrate to 4800. Their
hardware has real UARTS now.

28 years agoChanges from Andrew
Michael Meissner [Fri, 15 Dec 1995 20:20:13 +0000 (20:20 +0000)] 
Changes from Andrew

28 years ago* mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
Raymond Jou [Fri, 15 Dec 1995 20:17:52 +0000 (20:17 +0000)] 
* mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.

28 years ago * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not
Ian Lance Taylor [Fri, 15 Dec 1995 17:07:00 +0000 (17:07 +0000)] 
* coffgen.c (make_a_section_from_file): Set lma to s_paddr, not
s_vaddr.
* coffcode.h (coff_write_object_contents): Set s_paddr to lma, not
vma.
* ecoff.c (_bfd_ecoff_write_object_contents): Likewise.

28 years ago * dlltool.c (fill_ordinals): Start from 1 if no other instructions
Steve Chamberlain [Fri, 15 Dec 1995 15:52:56 +0000 (15:52 +0000)] 
* dlltool.c (fill_ordinals): Start from 1 if no other instructions
  given.

28 years ago * pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.
Steve Chamberlain [Fri, 15 Dec 1995 15:32:29 +0000 (15:32 +0000)] 
* pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.

28 years agoDelete jaguar. Delete psion sanitization.
David Edelsohn [Thu, 14 Dec 1995 22:48:32 +0000 (22:48 +0000)] 
Delete jaguar.  Delete psion sanitization.

28 years ago * ieee.c: Lots of minor cleanups. Make many functions return
Ian Lance Taylor [Thu, 14 Dec 1995 20:33:14 +0000 (20:33 +0000)] 
* ieee.c: Lots of minor cleanups.  Make many functions return
errors rather than calling abort.  Also:
(ieee_write_twobyte): Remove; change callers to call existing
ieee_write_2bytes function.
(ieee_write_expression): Don't output the section twice when
outputting a local symbol.  Don't emit an extraneous zero if there
is only one term.
(ieee_slurp_sections): Set the lma as well as the vma.
(ieee_archive_p): Use bfd_alloc_grow rather than an obstack.

28 years ago * config/obj-coff.c (write_object_file): Set the s_align field to
Ian Lance Taylor [Thu, 14 Dec 1995 20:12:31 +0000 (20:12 +0000)] 
* config/obj-coff.c (write_object_file): Set the s_align field to
the number of bytes, rather than to the power of 2.
PR 8674, 8678.

28 years ago * ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
Ian Lance Taylor [Thu, 14 Dec 1995 18:46:54 +0000 (18:46 +0000)] 
* ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
a recognized one or bfd_arch_unknown.
(ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy
to succeed.
(ihex_get_symtab): Likewise.

28 years ago * config.sub: Accept *-*-ieee*.
Ian Lance Taylor [Wed, 13 Dec 1995 21:45:07 +0000 (21:45 +0000)] 
* config.sub: Accept *-*-ieee*.

28 years ago * aoutx.h: Include <ctype.h>.
Ian Lance Taylor [Wed, 13 Dec 1995 20:47:36 +0000 (20:47 +0000)] 
* aoutx.h: Include <ctype.h>.
(struct aout_link_includes_table): Define.
(struct aout_link_includes_totals): Define.
(struct aout_link_includes_entry): Define.
(aout_link_includes_lookup): Define macro.
(struct aout_final_link_info): Add includes field.
(aout_link_includes_newfunc): New static function.
(NAME(aout,final_link)): Initialize includes hash table.
(aout_link_write_symbols): Eliminate duplicate N_BINCL entries.

28 years ago * mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.
Stan Shebs [Wed, 13 Dec 1995 18:54:24 +0000 (18:54 +0000)] 
* mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.

28 years ago * stabs.texinfo (Include Files): Document the values the SunOS4
Ian Lance Taylor [Wed, 13 Dec 1995 17:36:52 +0000 (17:36 +0000)] 
* stabs.texinfo (Include Files): Document the values the SunOS4
linker creates for N_BINCL/N_EINCL/N_EXCL stabs.

28 years agoProtected debugging code. (duh)
Kim Knuttila [Wed, 13 Dec 1995 16:22:02 +0000 (16:22 +0000)] 
Protected debugging code. (duh)

28 years agoFixes for .reloc
Kim Knuttila [Wed, 13 Dec 1995 12:56:29 +0000 (12:56 +0000)] 
Fixes for .reloc

28 years agoFixes for .reloc
Kim Knuttila [Tue, 12 Dec 1995 23:47:05 +0000 (23:47 +0000)] 
Fixes for .reloc

28 years agoReflect file rename.
Stan Shebs [Tue, 12 Dec 1995 22:37:05 +0000 (22:37 +0000)] 
Reflect file rename.

28 years ago * mpw-config.in: Recognize mips-*-* as equivalent to
Stan Shebs [Tue, 12 Dec 1995 22:35:48 +0000 (22:35 +0000)] 
* mpw-config.in: Recognize mips-*-* as equivalent to
mips-idt-ecoff.
* mpw-eppcmac.c: Shortened from mpw-eppcmacos.c.
* mpw-ld.r: Add version resources.
(cfrg): Use symbolic instead of literal name for executable.

28 years ago * Makefile.in (distclean): Remove stamp-h. From Ronald
Ian Lance Taylor [Tue, 12 Dec 1995 17:23:11 +0000 (17:23 +0000)] 
* Makefile.in (distclean): Remove stamp-h.  From Ronald
F. Guilmette <rfg@monkeys.com>.

28 years ago * Makefile.in (DISTCLEAN_HERE): New variable.
Ian Lance Taylor [Tue, 12 Dec 1995 17:21:31 +0000 (17:21 +0000)] 
* Makefile.in (DISTCLEAN_HERE): New variable.
(distclean): Use it.
(maintainer-clean): Depend upon clean-here rather than clean,
distclean, and clean-info.  Run make maintainer-clean in doc.
Remove files listed in DISTCLEAN_HERE.
* doc/Makefile.in (maintainer-clean realclean): Split out from
distclean.  Depend upon clean-info and distclean.

28 years ago * Makefile.in (clean): Remove $(DEMANGLER_PROG).1. From Ronald
Ian Lance Taylor [Tue, 12 Dec 1995 17:08:17 +0000 (17:08 +0000)] 
* Makefile.in (clean): Remove $(DEMANGLER_PROG).1.  From Ronald
F. Guilmette <rfg@monkeys.com>.

28 years ago * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
Ian Lance Taylor [Tue, 12 Dec 1995 17:03:18 +0000 (17:03 +0000)] 
* Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
Ronald F. Guilmette <rfg@monkeys.com>.

28 years ago * config.bfd: Handle sparc-*-elf*. From Ronald F. Guilmette
Ian Lance Taylor [Tue, 12 Dec 1995 16:44:22 +0000 (16:44 +0000)] 
* config.bfd: Handle sparc-*-elf*.  From Ronald F. Guilmette
<rfg@monkeys.com>.

28 years agoKeep all new PowerMac files.
Stan Shebs [Tue, 12 Dec 1995 02:39:06 +0000 (02:39 +0000)] 
Keep all new PowerMac files.

28 years ago * configure.in (powerpc-*-macos*): New target configuration.
Stan Shebs [Tue, 12 Dec 1995 02:35:27 +0000 (02:35 +0000)] 
* configure.in (powerpc-*-macos*): New target configuration.
* configure: Update.
* config/powerpc/macos.mh, config/powerpc/macos.mt,
  config/powerpc/nm-macos.h, config/powerpc/tm-macos.h, mac-nat.c:
  New files, native PowerMac debugging support.
* Makefile.in (mac-nat.o): Add build rule.
* mpw-config.in (enable_cflags): Add support.
(m68k-apple-macos, powerpc-apple-macos): Fix natdepfiles to
list object file instead of source file.
* mpw-make.sed (@ENABLE_CFLAGS@): Don't edit out, replace with
value of variable.
(install, install-only): Edit MPW-specific installation into
place of Unix shell code.
* mac-gdb.r: Fix version resources to use symbolic version strings.
(cfrg): New resource, code fragment for PowerMac.

28 years ago * dbxread.c (process_one_symbol): When looking at the next
Fred Fish [Tue, 12 Dec 1995 01:58:31 +0000 (01:58 +0000)] 
* dbxread.c (process_one_symbol): When looking at the next
minimal symbol, check for end of the minimal symbol array
  (symbol with NULL pointer for name) before dereferencing it.
Fixes PR 8644

28 years ago * tuples.ch, tuples.exp: Exhance test cases (from PR 8643).
Per Bothner [Tue, 12 Dec 1995 00:55:18 +0000 (00:55 +0000)] 
* tuples.ch, tuples.exp:  Exhance test cases (from PR 8643).

28 years ago * eval.c (evaluate_struct_tuple): Fix thinko.
Per Bothner [Tue, 12 Dec 1995 00:51:21 +0000 (00:51 +0000)] 
* eval.c (evaluate_struct_tuple):  Fix thinko.
This fixes PR 8643.

28 years ago * mac-as.r: Fix copyright and version strings.
Stan Shebs [Tue, 12 Dec 1995 00:27:29 +0000 (00:27 +0000)] 
* mac-as.r: Fix copyright and version strings.
(cfrg): Use PROG_NAME instead of literal name.

28 years ago * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
Jason Molenda [Mon, 11 Dec 1995 23:34:30 +0000 (23:34 +0000)] 
    * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
        for powerpc-pe native.
        (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
        (target==powerpc-pe): duplicate i386-win32 entry.

28 years agoMoved the .reloc section slightly
Kim Knuttila [Mon, 11 Dec 1995 23:04:18 +0000 (23:04 +0000)] 
Moved the .reloc section slightly

28 years ago * mac-binutils.r: Fix copyright and version strings.
Stan Shebs [Mon, 11 Dec 1995 22:35:35 +0000 (22:35 +0000)] 
* mac-binutils.r: Fix copyright and version strings.

* Makefile.in (version): Remove, no longer used.

28 years ago * read.c (read_a_source_file): If tc_unrecognized_line is defined,
Ian Lance Taylor [Mon, 11 Dec 1995 19:23:10 +0000 (19:23 +0000)] 
* read.c (read_a_source_file): If tc_unrecognized_line is defined,
call it.
* config/tc-a29k.h (tc_unrecognized_line): Define.
* config/tc-a29k.c (a29k_unrecognized_line): New function.
(md_operand): Handle a29k style local dollar labels.

28 years ago * builtins.exp, pr-5016.{ch,exp}, result.{ch,exp},
Wilfried Moser [Mon, 11 Dec 1995 14:59:01 +0000 (14:59 +0000)] 
    * builtins.exp, pr-5016.{ch,exp}, result.{ch,exp},
        tests1.{ch,exp}: Enhance test cases.

28 years ago * ch-typeprint.c (chill_type_print_base): Slightly change of printing
Wilfried Moser [Mon, 11 Dec 1995 14:54:50 +0000 (14:54 +0000)] 
    * ch-typeprint.c (chill_type_print_base): Slightly change of printing
        of variant structures.

28 years ago * valops.c (value_cast): Handle casts to and from TYPE_CODE_CHAR.
Per Bothner [Mon, 11 Dec 1995 09:02:26 +0000 (09:02 +0000)] 
* valops.c (value_cast):  Handle casts to and from TYPE_CODE_CHAR.
* ch-exp.c (match_integer_literal):  Fix long long support.
* gdbtypes.c (get_discrete_bounds):  Make TYPE_LENGTH (type) ==
sizeof (LONGEST) case work OK.

28 years agoDisable newlib for all vxworks targets.
Jim Wilson [Sat, 9 Dec 1995 22:59:09 +0000 (22:59 +0000)] 
Disable newlib for all vxworks targets.

28 years ago * coffread.c, dbxread.c, dstread.c, objfiles.c, os9kread.c,
Fred Fish [Sat, 9 Dec 1995 05:12:46 +0000 (05:12 +0000)] 
* coffread.c, dbxread.c, dstread.c, objfiles.c, os9kread.c,
symfile.c, symtab.c:  Use "obstack.h" rather than <obstack.h>.

28 years ago * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
Fred Fish [Sat, 9 Dec 1995 05:10:21 +0000 (05:10 +0000)] 
* gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
Fix typo.

28 years ago * elflink.h (elf_link_add_object_symbols): Set section_count to 0
Ian Lance Taylor [Fri, 8 Dec 1995 22:47:28 +0000 (22:47 +0000)] 
* elflink.h (elf_link_add_object_symbols): Set section_count to 0
when setting sections to NULL.
PR 8600.

28 years ago * builtins.ch, builtins.exp, Makefile.in: New test case.
Wilfried Moser [Thu, 7 Dec 1995 13:18:08 +0000 (13:18 +0000)] 
    * builtins.ch, builtins.exp, Makefile.in: New test case.

28 years ago * config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE.
Ian Lance Taylor [Thu, 7 Dec 1995 02:04:14 +0000 (02:04 +0000)] 
* config/obj-multi.h: If OBJ_MAYBE_ELF, define OBJ_SYMFIELD_TYPE.

28 years agoAlways keep the newly-added configure scripts.
Stan Shebs [Thu, 7 Dec 1995 01:37:31 +0000 (01:37 +0000)] 
Always keep the newly-added configure scripts.

28 years agoKeep ch-exp.c, not ch-exp.y now.
Stan Shebs [Thu, 7 Dec 1995 01:28:34 +0000 (01:28 +0000)] 
Keep ch-exp.c, not ch-exp.y now.

28 years ago * emultempl/aix.em (unix_ld): New static variable.
Ian Lance Taylor [Thu, 7 Dec 1995 01:12:30 +0000 (01:12 +0000)] 
* emultempl/aix.em (unix_ld): New static variable.
(gld${EMULATION_NAME}_parse_args): Handle -unix.
(gld${EMULATION_NAME}_before_allocation): If unix_ld, pass
gc as false and export_defineds as true to size_dynamic_sections.
PR 8606.

28 years ago * xcofflink.c (struct xcoff_loader_info): Add export_defineds
Ian Lance Taylor [Thu, 7 Dec 1995 01:08:54 +0000 (01:08 +0000)] 
* xcofflink.c (struct xcoff_loader_info): Add export_defineds
field.
(bfd_xcoff_size_dynamic_sections): Add export_defineds parameter.
(xcoff_build_ldsyms): If export_defineds is set, set XCOFF_EXPORT
for all symbols.
* bfd-in.h (bfd_xcoff_size_dynamic_sections): Update declaration.
* bfd-in2.h: Rebuild.

28 years ago * remote-mips.c (mips_receive_header): Allow mips_syn_garbage to be
Stu Grossman [Thu, 7 Dec 1995 00:21:51 +0000 (00:21 +0000)] 
* remote-mips.c (mips_receive_header):  Allow mips_syn_garbage to be
user-settable (via set syn-garbage-limit).  Setting it to -1 makes
it unlimited.

28 years ago * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Fix
David Edelsohn [Wed, 6 Dec 1995 22:41:10 +0000 (22:41 +0000)] 
* emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Fix
call to sort_sections.

28 years ago * ldlang.c (print_statement{,s}): Delete duplicate prototype.
David Edelsohn [Wed, 6 Dec 1995 22:38:14 +0000 (22:38 +0000)] 
* ldlang.c (print_statement{,s}): Delete duplicate prototype.
(print_statement_list): Renamed from print_statement.  All callers
updated.
(print_statement): New function to print just one statement.
(print_{data,reloc,padding}_statement): Don't crash if
output_section == NULL.
(dprint_statement): New function.

28 years ago * ldexp.c (exp_fold_tree): Permit assignments to dot in the final
Ian Lance Taylor [Wed, 6 Dec 1995 19:58:05 +0000 (19:58 +0000)] 
* ldexp.c (exp_fold_tree): Permit assignments to dot in the final
phase if the current section is abs_output_section.
PR 8605.

28 years ago * gdbtypes.c (check_stub_method): Make sure we get back a function
Brendan Kehoe [Wed, 6 Dec 1995 02:34:53 +0000 (02:34 +0000)] 
* gdbtypes.c (check_stub_method): Make sure we get back a function
string in the demangled name before we try to use it.

fixes gdb/8306 (Mentor, ser/med)

28 years ago * monitor.c (monitor_expect_regexp): Make static, add prototype.
Stu Grossman [Wed, 6 Dec 1995 02:13:00 +0000 (02:13 +0000)] 
* monitor.c (monitor_expect_regexp):  Make static, add prototype.
* (monitor_read_memory_single):  Call monitor_expect_regexp with
pointer to getmem_resp_delim_pattern, not entire struct.

28 years ago * c-lang.h (c_op_print_tab): Don't declare, some compilers
Stan Shebs [Wed, 6 Dec 1995 01:33:49 +0000 (01:33 +0000)] 
* c-lang.h (c_op_print_tab): Don't declare, some compilers
consider illegal if structure not defined, and only used
in c-lang.c anyway.

28 years ago* read.c (s_fill): If md_flush_pending_output is defined, call it.
Ken Raeburn [Tue, 5 Dec 1995 22:28:25 +0000 (22:28 +0000)] 
* read.c (s_fill): If md_flush_pending_output is defined, call it.

28 years ago From David Mosberger-Tang <davidm@azstarnet.com>:
Stan Shebs [Tue, 5 Dec 1995 21:55:18 +0000 (21:55 +0000)] 
    From David Mosberger-Tang  <davidm@azstarnet.com>:
        * alpha-dis.c (print_insn_alpha): fixed decoding of cpys
        instruction.

28 years ago * tests2.exp: Add compiling of the test case.
Wilfried Moser [Tue, 5 Dec 1995 09:52:45 +0000 (09:52 +0000)] 
    * tests2.exp: Add compiling of the test case.

28 years agoFix .idata doc bug.
David Edelsohn [Tue, 5 Dec 1995 03:57:07 +0000 (03:57 +0000)] 
Fix .idata doc bug.

28 years agoDocument the .idata section.
David Edelsohn [Tue, 5 Dec 1995 03:36:11 +0000 (03:36 +0000)] 
Document the .idata section.

28 years ago* config/obj-coff.c (size_section, fill_section, fixup_mdeps): Treat
Ken Raeburn [Mon, 4 Dec 1995 23:11:02 +0000 (23:11 +0000)] 
* config/obj-coff.c (size_section, fill_section, fixup_mdeps): Treat
rs_align_code like rs_align.

28 years ago * ihex.c (ihex_scan): Handle record types 4 and 5.
Ian Lance Taylor [Mon, 4 Dec 1995 22:08:45 +0000 (22:08 +0000)] 
* ihex.c (ihex_scan): Handle record types 4 and 5.
(ihex_object_p): Permit types 4 and 5.
(ihex_set_section_contents): Remove check for out of range
addresses.
(ihex_write_object_contents): Generate types 4 and 5.

28 years agoRemoved some debugging prints. duh
Kim Knuttila [Mon, 4 Dec 1995 21:47:37 +0000 (21:47 +0000)] 
Removed some debugging prints. duh

28 years ago * mpw-configure: Add support for exec-prefix.
Stan Shebs [Mon, 4 Dec 1995 20:48:19 +0000 (20:48 +0000)] 
* mpw-configure: Add support for exec-prefix.

28 years ago* sh-opc.h (sh_arg_type): Added A_SSR and A_SPC.
J.T. Conklin [Mon, 4 Dec 1995 20:32:44 +0000 (20:32 +0000)] 
* sh-opc.h (sh_arg_type): Added A_SSR and A_SPC.
(sh_table): Added many SH3 opcodes.
* sh-dis.c (print_insn_shx): Added cases for A_SSR and A_SPC.

28 years ago* gencode.c (tab): Added several sh3 opcodes.
J.T. Conklin [Mon, 4 Dec 1995 20:27:38 +0000 (20:27 +0000)] 
* gencode.c (tab): Added several sh3 opcodes.
(think): Added printonmatch for A_SSR and A_SPC.
* interp.c (SSR, SPC): Added definitions.
(saved_state_type): Added ssr and spc registers.

28 years ago * config.guess: Recognize HP model 816 machines as having
Jeff Law [Mon, 4 Dec 1995 18:19:32 +0000 (18:19 +0000)] 
    * config.guess: Recognize HP model 816 machines as having
        a PA1.1 processor.

Already at the FSF.

28 years ago * configure: Ignore new autoconf configure options.
Ian Lance Taylor [Mon, 4 Dec 1995 17:34:36 +0000 (17:34 +0000)] 
* configure: Ignore new autoconf configure options.

28 years ago * elflink.h (elf_link_output_extsym): Just ignore warning and
Ian Lance Taylor [Mon, 4 Dec 1995 16:23:36 +0000 (16:23 +0000)] 
* elflink.h (elf_link_output_extsym): Just ignore warning and
indirect references to symbols which don't really exist.

28 years agoDumper for PowerPC .edata section
Kim Knuttila [Mon, 4 Dec 1995 01:58:54 +0000 (01:58 +0000)] 
Dumper for PowerPC .edata section

28 years ago * aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol
David Edelsohn [Sun, 3 Dec 1995 23:29:09 +0000 (23:29 +0000)] 
* aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol
index, don't call stoi.

28 years ago * config/tc-arm.c (cp_address_required_here): Set pre_inc when
David Edelsohn [Sun, 3 Dec 1995 23:26:32 +0000 (23:26 +0000)] 
* config/tc-arm.c (cp_address_required_here): Set pre_inc when
converting an absolute address into a PC-relative one.

28 years agoEdit out GM-specific bits from files.
Stan Shebs [Sun, 3 Dec 1995 22:11:25 +0000 (22:11 +0000)] 
Edit out GM-specific bits from files.

28 years ago * eval.c (evaluate_subexp_standard case): Fix typo.
Per Bothner [Sun, 3 Dec 1995 20:32:55 +0000 (20:32 +0000)] 
* eval.c (evaluate_subexp_standard case):  Fix typo.

28 years ago * ch-exp.c (parse_named_record_element): Avoid aggregrate
Jeff Law [Sun, 3 Dec 1995 19:59:21 +0000 (19:59 +0000)] 
    * ch-exp.c (parse_named_record_element): Avoid aggregrate
        initializations for automatic variables.

        * hppa-tdep.c (hppa_alignof): Fix typo in last change.

Fixes minor build problems.

28 years ago * symfile.c (global_psymbols, static_psymbols): Remove, unused.
Fred Fish [Sun, 3 Dec 1995 03:34:55 +0000 (03:34 +0000)] 
* symfile.c (global_psymbols, static_psymbols):  Remove, unused.

28 years ago * alpha-tdep.c (heuristic_proc_desc): Add heuristic to
Peter Schauer [Sat, 2 Dec 1995 11:08:20 +0000 (11:08 +0000)] 
* alpha-tdep.c (heuristic_proc_desc):  Add heuristic to
determine the return address register, needed for OSF/1-3.2C.
* config/alpha/tm-alpha.h (T7_REGNUM, T9_REGNUM):  Define.

28 years ago * ld-srec/srec.exp: Don't use [] in setup_xfail expressions.
Ian Lance Taylor [Sat, 2 Dec 1995 06:17:46 +0000 (06:17 +0000)] 
* ld-srec/srec.exp: Don't use [] in setup_xfail expressions.

28 years ago * ihex.c: New file; support for Intel Hex format.
Ian Lance Taylor [Sat, 2 Dec 1995 02:00:08 +0000 (02:00 +0000)] 
* ihex.c: New file; support for Intel Hex format.
* targets.c (enum bfd_flavour): Add bfd_target_ihex_flavour.
(ihex_vec): Declare.
(bfd_target_vector): Always include ihex_vec.
* bfd.c (struct _bfd): Add ihex_data field to tdata union.
* Makefile.in: Rebuild dependencies.
(BFD_LIBS): Add ihex.o
(BFD_LIBS_CFILES): Add ihex.c.
* bfd-in2.h: Rebuild.

28 years ago * srec.c (srec_scan): Set lma as well as vma.
Ian Lance Taylor [Sat, 2 Dec 1995 01:59:20 +0000 (01:59 +0000)] 
* srec.c (srec_scan): Set lma as well as vma.

This page took 0.038415 seconds and 4 git commands to generate.