Ian Lance Taylor [Fri, 15 Dec 1995 21:39:35 +0000 (21:39 +0000)]
* ld-srec/srec.exp: Remove i960 COFF setup_xfail.
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.
Ian Lance Taylor [Fri, 15 Dec 1995 21:28:11 +0000 (21:28 +0000)]
* run.c (main): Use new bfd_big_endian macro.
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.
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.
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.
Michael Meissner [Fri, 15 Dec 1995 21:06:22 +0000 (21:06 +0000)]
Fix warnings when using full inlining.
Raymond Jou [Fri, 15 Dec 1995 20:31:58 +0000 (20:31 +0000)]
* mpw-make.sed: Add quotes to RIncludes reference.
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.
Michael Meissner [Fri, 15 Dec 1995 20:20:13 +0000 (20:20 +0000)]
Changes from Andrew
Raymond Jou [Fri, 15 Dec 1995 20:17:52 +0000 (20:17 +0000)]
* mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
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.
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.
Steve Chamberlain [Fri, 15 Dec 1995 15:32:29 +0000 (15:32 +0000)]
* pe[i]-i386.c (TARGET_UNDERSCORE): Define to '_'.
David Edelsohn [Thu, 14 Dec 1995 22:48:32 +0000 (22:48 +0000)]
Delete jaguar. Delete psion sanitization.
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.
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.
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.
Ian Lance Taylor [Wed, 13 Dec 1995 21:45:07 +0000 (21:45 +0000)]
* config.sub: Accept *-*-ieee*.
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.
Stan Shebs [Wed, 13 Dec 1995 18:54:24 +0000 (18:54 +0000)]
* mpw-config.in: Match on mips-*-* instead of mips-idt-ecoff.
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.
Kim Knuttila [Wed, 13 Dec 1995 16:22:02 +0000 (16:22 +0000)]
Protected debugging code. (duh)
Kim Knuttila [Wed, 13 Dec 1995 12:56:29 +0000 (12:56 +0000)]
Fixes for .reloc
Kim Knuttila [Tue, 12 Dec 1995 23:47:05 +0000 (23:47 +0000)]
Fixes for .reloc
Stan Shebs [Tue, 12 Dec 1995 22:37:05 +0000 (22:37 +0000)]
Reflect file rename.
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.
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>.
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.
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>.
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>.
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>.
Stan Shebs [Tue, 12 Dec 1995 02:39:06 +0000 (02:39 +0000)]
Keep all new PowerMac files.
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.
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
Per Bothner [Tue, 12 Dec 1995 00:55:18 +0000 (00:55 +0000)]
* tuples.ch, tuples.exp: Exhance test cases (from PR 8643).
Per Bothner [Tue, 12 Dec 1995 00:51:21 +0000 (00:51 +0000)]
* eval.c (evaluate_struct_tuple): Fix thinko.
This fixes PR 8643.
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.
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.
Kim Knuttila [Mon, 11 Dec 1995 23:04:18 +0000 (23:04 +0000)]
Moved the .reloc section slightly
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.
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.
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.
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.
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.
Jim Wilson [Sat, 9 Dec 1995 22:59:09 +0000 (22:59 +0000)]
Disable newlib for all vxworks targets.
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>.
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.
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.
Wilfried Moser [Thu, 7 Dec 1995 13:18:08 +0000 (13:18 +0000)]
* builtins.ch, builtins.exp, Makefile.in: New test case.
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.
Stan Shebs [Thu, 7 Dec 1995 01:37:31 +0000 (01:37 +0000)]
Always keep the newly-added configure scripts.
Stan Shebs [Thu, 7 Dec 1995 01:28:34 +0000 (01:28 +0000)]
Keep ch-exp.c, not ch-exp.y now.
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.
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.
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.
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.
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.
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.
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)
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.
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.
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.
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.
Wilfried Moser [Tue, 5 Dec 1995 09:52:45 +0000 (09:52 +0000)]
* tests2.exp: Add compiling of the test case.
David Edelsohn [Tue, 5 Dec 1995 03:57:07 +0000 (03:57 +0000)]
Fix .idata doc bug.
David Edelsohn [Tue, 5 Dec 1995 03:36:11 +0000 (03:36 +0000)]
Document the .idata section.
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.
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.
Kim Knuttila [Mon, 4 Dec 1995 21:47:37 +0000 (21:47 +0000)]
Removed some debugging prints. duh
Stan Shebs [Mon, 4 Dec 1995 20:48:19 +0000 (20:48 +0000)]
* mpw-configure: Add support for exec-prefix.
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.
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.
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.
Ian Lance Taylor [Mon, 4 Dec 1995 17:34:36 +0000 (17:34 +0000)]
* configure: Ignore new autoconf configure options.
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.
Kim Knuttila [Mon, 4 Dec 1995 01:58:54 +0000 (01:58 +0000)]
Dumper for PowerPC .edata section
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.
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.
Stan Shebs [Sun, 3 Dec 1995 22:11:25 +0000 (22:11 +0000)]
Edit out GM-specific bits from files.
Per Bothner [Sun, 3 Dec 1995 20:32:55 +0000 (20:32 +0000)]
* eval.c (evaluate_subexp_standard case): Fix typo.
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.
Fred Fish [Sun, 3 Dec 1995 03:34:55 +0000 (03:34 +0000)]
* symfile.c (global_psymbols, static_psymbols): Remove, unused.
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.
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.
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.
Ian Lance Taylor [Sat, 2 Dec 1995 01:59:20 +0000 (01:59 +0000)]
* srec.c (srec_scan): Set lma as well as vma.
Michael Meissner [Sat, 2 Dec 1995 01:14:06 +0000 (01:14 +0000)]
Fix typo; some progress in ppcbug support
Per Bothner [Fri, 1 Dec 1995 22:50:47 +0000 (22:50 +0000)]
Ooops. Fix to work with new scheme (where runtest invokes the compiler).
Stan Shebs [Fri, 1 Dec 1995 22:44:24 +0000 (22:44 +0000)]
* mpw-make.sed (install, install-only): Edit in Mac-specific
install procedure.
Stan Shebs [Fri, 1 Dec 1995 22:40:56 +0000 (22:40 +0000)]
* mpw-config.in: Don't always use te-generic.h for emulation.
(powerpc-apple-macos): Use emulation te-macos.h.
start-sanitize-gm
(mips-gm-magic): New configuration.
end-sanitize-gm
* mpw-make.sed (install, install-only): Edit in Mac-specific
install procedure.
Per Bothner [Fri, 1 Dec 1995 22:17:42 +0000 (22:17 +0000)]
* pr-8405.ch, pr-8405.exp, Makefile.in: New test case.
Ian Lance Taylor [Fri, 1 Dec 1995 21:49:51 +0000 (21:49 +0000)]
* ldgram.y (PHDRS): New token.
(ifile_p1): Accept phdrs.
(section): Accept phdr_opt at the end of the section definition.
(phdr_op): New nonterminal.
(phdrs, phdr_list, phdr, phdr_type, opt_hdrs, hdr): Likewise.
* ldlex.l: Accept PHDRS.
* ldlang.h (struct lang_output_section_phdr_list): Define.
(lang_output_section_statement_type): Add phdrs field.
(struct lang_phdr): Define.
(LANG_PHDR_FILEHDR, LANG_PHDR_PHDRS): Define.
(lang_new_phdr): Declare.
* ldlang.c (lang_phdr_list): New static variable.
(lang_output_section_statement_lookup): Initialize phdrs field.
(lang_process): Call lang_record_phdrs.
(lang_new_phdr): New function.
(lang_section_in_phdr): New function.
(lang_record_phdrs): New static function.
* ld.texinfo: Document PHDRS.
Ian Lance Taylor [Fri, 1 Dec 1995 21:45:33 +0000 (21:45 +0000)]
* bfd.c (bfd_record_phdr): New function.
* bfd-in.h (bfd_record_phdr): Declare.
* bfd_in2.h: Rebuild.
Ian Lance Taylor [Fri, 1 Dec 1995 21:44:38 +0000 (21:44 +0000)]
* elf.c (assign_file_positions_for_segments): Sort the sections in
each segment.
(get_program_header_size): Return the right size if segment_map is
not NULL.
(copy_private_bfd_data): Don't bother to sort the sections.
Ian Lance Taylor [Fri, 1 Dec 1995 20:59:10 +0000 (20:59 +0000)]
* elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus
BFD_ASSERT.
PR 8562.
Ian Lance Taylor [Fri, 1 Dec 1995 19:48:10 +0000 (19:48 +0000)]
* libbfd.c (bfd_malloc, bfd_realloc): New functions.
(bfd_zmalloc): Return PTR, not char *. Take size_t, not
bfd_size_type.
* libbfd-in.h (bfd_malloc, bfd_realloc): Declare.
(bfd_zmalloc): Change declaration.
* libbfd.h: Rebuild.
* Many files: Use bfd_malloc and bfd_realloc rather than malloc
and realloc. Don't set bfd_error_no_memory if they fail.
Ian Lance Taylor [Fri, 1 Dec 1995 19:38:40 +0000 (19:38 +0000)]
* configure.in: Improve message about unsupported ELF targets.
* configure: Rebuild.
Per Bothner [Fri, 1 Dec 1995 19:05:52 +0000 (19:05 +0000)]
* tests1.exp, tests2.exp (test_print_reject): Remove; causes
conflicts with later tests using test_print_reject in ../lib/gdb.exp.
(passcount): Remove.
* tests2.exp (test_print_accept): Removed.
(test_write): Re-write to use gdb_test rather than test_print_accept.
* tests1.exp (test_print_accept_exact): Removed.
(tests_locations): Rewrite to use gdb_test and not above proc.
Ian Lance Taylor [Fri, 1 Dec 1995 18:15:18 +0000 (18:15 +0000)]
* ld-srec/srec.exp: Add setup_xfails for MIPS ELF targets.