Ian Carmichael [Thu, 15 Jan 1998 15:24:16 +0000 (15:24 +0000)]
Initial file creation
Ian Carmichael [Thu, 15 Jan 1998 15:12:51 +0000 (15:12 +0000)]
Sky Sanitization
Gavin Romig-Koch [Thu, 15 Jan 1998 14:56:12 +0000 (14:56 +0000)]
toplevel--
* config.sub: Create the vr4111 as a copy of vr4100.
gas--
* config/tc-mips.c (md_begin): Create the vr4111 as a copy of
the vr4100.
gcc--
* config.sub: Create the vr4111 as a copy of the vr4100.
* configure.in: Same.
* configure: Rebuild.
gdb--
* configure.tgt: Create the vr4111 as a copy of the vr4100.
Bob Manson [Thu, 15 Jan 1998 07:40:11 +0000 (07:40 +0000)]
* configure.in (target_configdirs): Add cygmon for sparc64-elf.
Stan Shebs [Thu, 15 Jan 1998 03:44:01 +0000 (03:44 +0000)]
* config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:
Remove, no longer used.
Nick Clifton [Thu, 15 Jan 1998 01:59:10 +0000 (01:59 +0000)]
generated file imported from cgen
Nick Clifton [Thu, 15 Jan 1998 01:58:34 +0000 (01:58 +0000)]
Add support for parallel instructions.
Nick Clifton [Thu, 15 Jan 1998 01:53:12 +0000 (01:53 +0000)]
Fix test case so that they pass.
Nick Clifton [Thu, 15 Jan 1998 01:48:51 +0000 (01:48 +0000)]
Support for disassembling parallel instructions added.
Insn attributes hand patched until cgen can generate the correct values.
Nick Clifton [Thu, 15 Jan 1998 01:26:02 +0000 (01:26 +0000)]
Add macros to handle NOP insertion.
Nick Clifton [Thu, 15 Jan 1998 01:24:03 +0000 (01:24 +0000)]
Formatting changes to improve readability.
Keith Seitz [Thu, 15 Jan 1998 01:19:00 +0000 (01:19 +0000)]
* configure.in (--enable-gdbtk): If tcl was built with --enable-shared,
use TCL_SHLIB_SUFFIX to specify the suffix of the library file so that
we don't expect to see "libfoo.a" instead of "libfoo.{so,sl, etc}".
* configure: Regenerate.
Keith Seitz [Thu, 15 Jan 1998 01:17:14 +0000 (01:17 +0000)]
* configure.in: Make sure we only replace RPATH_ENVVAR on
lines which begin with RPATH_ENVVAR, i.e. add "^" to the
regexp to sed.
* Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
to sub-makes.
Richard Henderson [Thu, 15 Jan 1998 00:17:55 +0000 (00:17 +0000)]
* xcofflink.c (xcoff_mark_symbol): Don't mark the absolute section.
(xcoff_mark): Likewise.
(xcoff_build_ldsyms): Mark absolute symbols.
PR 14000
Jeff Law [Thu, 15 Jan 1998 00:09:59 +0000 (00:09 +0000)]
* gas/mips/div.d: Update for recent assembler changes.
* gas/mips/div-ilocks.d: Likewise.
Jeff Law [Thu, 15 Jan 1998 00:08:12 +0000 (00:08 +0000)]
* config/tc-mips.c (macro): Rework division code to avoid unfilled
delay slot.
Richard Henderson [Thu, 15 Jan 1998 00:01:17 +0000 (00:01 +0000)]
* bout.c (b_out_write_object_contents): Sort symbols before output
to keep {CALL,BAL}NAME symbols adjacent.
(b_out_symbol_cmp): New function.
Richard Henderson [Wed, 14 Jan 1998 23:54:17 +0000 (23:54 +0000)]
* srconv.c (sh, h8300): Delete variables.
(addrsize, toolname, rnames): New variables.
(writeINT): Use addrsize.
(wr_un): Use toolname.
(wr_hd): Set up addrsize et al properly for h8300[hs].
(walk_tree_symbol): Zero dsy. Use rnames.
(wr_un, wr_hd, wr_ob, wr_du): Use proper bfd access macros.
* sysdump.c (sh, h8300): Delete variables.
(addrsize): New variable.
(getINT): Use it.
(getone): Initialize it.
(getBITS): Range check on MAX.
Michael Meissner [Wed, 14 Jan 1998 23:13:56 +0000 (23:13 +0000)]
Remove GCC-isms
Michael Meissner [Wed, 14 Jan 1998 23:09:29 +0000 (23:09 +0000)]
Make cross section PC relative relocs work; fix non-ANSI case
Doug Evans [Wed, 14 Jan 1998 23:06:34 +0000 (23:06 +0000)]
* config/tc-mips.c (mips_ip): Don't test pinfo flags if INSN_MACRO.
Doug Evans [Wed, 14 Jan 1998 20:13:07 +0000 (20:13 +0000)]
snapshot, upper opcode table done, modulo testing
Doug Evans [Wed, 14 Jan 1998 20:08:46 +0000 (20:08 +0000)]
snapshot
Doug Evans [Wed, 14 Jan 1998 19:12:51 +0000 (19:12 +0000)]
gas/m32r/allinsn.d (cmpui): Update output to new format.
Doug Evans [Wed, 14 Jan 1998 19:11:53 +0000 (19:11 +0000)]
(cmpui): update output to new format.
Doug Evans [Wed, 14 Jan 1998 16:49:09 +0000 (16:49 +0000)]
Remove cgen.sh, cgen-{asm,dis}.in from Things-to-keep, they're
handled in Do-first.
Jeff Law [Wed, 14 Jan 1998 05:02:02 +0000 (05:02 +0000)]
* config-ml.in (multi-do): LDFLAGS must include multilib
designator.
Fred Fish [Wed, 14 Jan 1998 04:28:29 +0000 (04:28 +0000)]
* configure.in (--with-mmalloc): Add new configure arg to use the
mmalloc package. Default is to not use it.
(START_INFERIOR_TRAPS_EXPECTED): Define to the integer 2, not
the string "2".
* acconfig.h (USE_MMALLOC, FORCE_MMCHECK): Add #undef.
* configure: Regenerated.
* config.in: Regenerated.
* Makefile.in (MMALLOC_DIR, MMALLOC_SRC): Remove.
(MMALLOC): Set using configure.
(MMALLOC_CFLAGS): Set using configure.
* config/i386/tm-linux.h (sys_quotactl): Define to 1 rather
than just defining it.
* mpw-make.sed: Undefine USE_MMALLOC rather than defining NO_MMALLOC.
* utils.c (NO_MMALLOC): Use USE_MMALLOC instead.
* objfiles.c: ditto.
* defs.h: ditto.
* config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Remove.
* config/m68k/sun3os4.mh (MMALLOC_CFLAGS): Remove.
* config/i386/cygwin32.mh (MMALLOC_CFLAGS): Remove.
* config/alpha/alpha-osf3.mh (MMALLOC_CFLAGS): Remove.
* config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Remove.
* gdbserver/Makefile.in (MMALLOC_*): Remove.
* config/rs6000/rs6000.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
* config/rs6000/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
* config/powerpc/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
* config/powerpc/aix.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
* config/ns32k/ns32km3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
* config/mips/mipsm3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
* config/mips/decstation.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
* config/m88k/cxux.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
* config/i386/xm-windows.h (NO_MMALLOC, NO_MMCHECK): Remove.
* config/i386/i386mk.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
* config/i386/i386m3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
* config/i386/i386gnu.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
* config/alpha/alpha-osf1.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
* config/alpha/alpha-linux.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
Fred Fish [Wed, 14 Jan 1998 04:09:54 +0000 (04:09 +0000)]
* gdbint.texinfo (Host Conditionals): Document change from
using NO_MMALLOC to it's inverse, USE_MMALLOC.
David Taylor [Tue, 13 Jan 1998 21:56:55 +0000 (21:56 +0000)]
ChangeLog entry for changes committed Monday, 5 Jan. Wrote this on Monday,
but forgot to commit it.
Jeff Law [Tue, 13 Jan 1998 16:21:45 +0000 (16:21 +0000)]
* mips-opc.c (c.lt.s): Add r5900 variant.
(c.le.s): Likewise.
pr14594.
Doug Evans [Tue, 13 Jan 1998 09:15:02 +0000 (09:15 +0000)]
regenerate again to restore brendan's libtool changes
Jeff Law [Tue, 13 Jan 1998 08:12:28 +0000 (08:12 +0000)]
* config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
Doug Evans [Tue, 13 Jan 1998 01:37:20 +0000 (01:37 +0000)]
* Makefile.am: Add cgen support.
* Makefile.in: Regenerate.
* configure.in: Add cgen support.
* configure: Regenerate.
* aclocal.m4: Regenerate.
* cgen.sh, cgen-asm.in, cgen-dis.in: New files.
Doug Evans [Tue, 13 Jan 1998 01:36:05 +0000 (01:36 +0000)]
* cgen-asm.c (build_asm_hash_table): Traverse compiled in table using
table provided entry size. Use CGEN_INSN_MNEMONIC.
(cgen_parse_keyword): Rewrite.
* cgen-dis.c (build_dis_hash_table): Traverse compiled in table using
table provided entry size. Use CGEN_INSN_MASK_BITSIZE.
* cgen-opc.c: Clean up pass over `struct foo' usage.
(cgen_keyword_lookup_value): Handle "" entry.
(cgen_keyword_add): Likewise.
Michael Snyder [Mon, 12 Jan 1998 23:41:59 +0000 (23:41 +0000)]
Mon Jan 12 11:46:51 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
* config/m68k/tm-m68k.h (REGISTER_VIRTUAL_TYPE): make A0 thru A7
default to void pointer type (so that their default radix is hex).
Nick Clifton [Mon, 12 Jan 1998 23:27:42 +0000 (23:27 +0000)]
Sanitization for new ARM files.
Doug Evans [Mon, 12 Jan 1998 21:12:52 +0000 (21:12 +0000)]
* cgen.c: #include setjmp.h. Clean up pass over `struct foo' usage.
(expr_jmp_buf): New static local.
(cgen_parse_operand): Allow use of longjmp in parsing to handle errors.
(cgen_md_operand): New function.
* tc-m32r.c: Clean up pass over `struct foo' usage.
(md_estimate_size_before_relax): Use CGEN_INSN_MNEMONIC.
Doug Evans [Mon, 12 Jan 1998 21:11:35 +0000 (21:11 +0000)]
* tc-m32r.c: Clean up pass over `struct foo' usage.
(md_estimate_size_before_relax): Use CGEN_INSN_MNEMONIC.
Doug Evans [Mon, 12 Jan 1998 20:58:56 +0000 (20:58 +0000)]
* cgen.h (*): Clean up pass over `struct foo' usage.
(CGEN_ATTR): Make unsigned char.
(CGEN_ATTR_TYPE): Update.
(CGEN_ATTR_{ENTRY,TABLE}): New types.
(cgen_base): Move member `attrs' to cgen_insn.
(CGEN_KEYWORD): New member `null_entry'.
(CGEN_{SYNTAX,FORMAT}): New types.
(cgen_insn): Format and syntax separated from each other.
Michael Snyder [Mon, 12 Jan 1998 19:49:03 +0000 (19:49 +0000)]
Mon Jan 12 11:46:51 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
* symtab.c: move rbreak_command from no_class to class_breakpoint
so it will be listed under "help breakpoints".
Stan Shebs [Sat, 10 Jan 1998 15:01:03 +0000 (15:01 +0000)]
* rdi-share/hostchan.c: Remove gettimeofday declaration.
Nick Clifton [Thu, 8 Jan 1998 11:12:39 +0000 (11:12 +0000)]
Applied patches from Tony.Thompson@arm.com to implement the Angel remote
debugging interface and resurrected associated RDI files.
Richard Henderson [Tue, 6 Jan 1998 15:38:20 +0000 (15:38 +0000)]
* symbols.c (S_SET_SEGMENT): Don't set the segment for section syms.
PR 14239
(S_IS_EXTERNAL, S_IS_LOCAL): Correct parenthetication.
Doug Evans [Tue, 6 Jan 1998 13:49:12 +0000 (13:49 +0000)]
Update to new style, no | separator.
Richard Henderson [Tue, 6 Jan 1998 13:48:36 +0000 (13:48 +0000)]
* scripttempl/i960.sc: Don't explicitly set .data and .bss start
PR 13305
Doug Evans [Tue, 6 Jan 1998 13:12:16 +0000 (13:12 +0000)]
* config/tc-txvu.c (md_assemble): Handle no separator between
upper and lower insn #ifndef VERTICAL_BAR_SEPARATOR.
(assemble_insn): Likewise.
Doug Evans [Tue, 6 Jan 1998 13:09:00 +0000 (13:09 +0000)]
* txvu-dis.c (print_insn_txvu): Handle no separator between
upper and lower insn #ifndef VERTICAL_BAR_SEPARATOR.
Mark Alexander [Mon, 5 Jan 1998 23:43:30 +0000 (23:43 +0000)]
* interp.c (sim_monitor): Handle Densan monitor outbyte
and inbyte functions.
Mark Alexander [Mon, 5 Jan 1998 23:41:46 +0000 (23:41 +0000)]
* monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define.
* monitor.c (monitor_wait): Echo program output.
* dve3900-rom.c (_initialize_r3900_rom): Remove MO_HANDLE_NL flag,
add MO_PRINT_PROGRAM_OUTPUT flag.
Doug Evans [Mon, 5 Jan 1998 16:02:58 +0000 (16:02 +0000)]
snapshot
Doug Evans [Mon, 5 Jan 1998 15:53:49 +0000 (15:53 +0000)]
snapshot
Doug Evans [Mon, 5 Jan 1998 15:52:15 +0000 (15:52 +0000)]
(TXVU_MASK_VFREG): Renamed from TXVU_MASK_REG.
David Taylor [Mon, 5 Jan 1998 15:36:49 +0000 (15:36 +0000)]
fix gdb/13620 -- control-c to interrupt gdb command only works once.
if HAVE_SIGSETJMP is not defined, nothing is changed; if it is defined
(as it now is for sysv4 based systems), then the fix is enabled.
Doug Evans [Mon, 5 Jan 1998 14:56:04 +0000 (14:56 +0000)]
* config/tc-txvu.c: #include dis-asm.h, opcode/txvu.h, elf/txvu.h.
(md_begin): Call txvu_opcode_init_tables.
(assemble_insn): New function.
(md_assemble): Beginnings of implementation.
Nick Clifton [Mon, 5 Jan 1998 14:36:14 +0000 (14:36 +0000)]
sanitized out m32rx entries
Doug Evans [Mon, 5 Jan 1998 14:28:23 +0000 (14:28 +0000)]
Add txvu support.
Doug Evans [Mon, 5 Jan 1998 14:24:06 +0000 (14:24 +0000)]
tweak
Doug Evans [Mon, 5 Jan 1998 14:23:38 +0000 (14:23 +0000)]
Initial txvu support.
Doug Evans [Mon, 5 Jan 1998 14:21:22 +0000 (14:21 +0000)]
Initial txvu testing support.
Doug Evans [Mon, 5 Jan 1998 14:11:47 +0000 (14:11 +0000)]
process keep-sky, for txvu subdir
Doug Evans [Mon, 5 Jan 1998 14:09:22 +0000 (14:09 +0000)]
one |, not 2
Doug Evans [Mon, 5 Jan 1998 13:48:06 +0000 (13:48 +0000)]
Enable txvu disassembly.
Doug Evans [Mon, 5 Jan 1998 13:46:22 +0000 (13:46 +0000)]
* txvu-dis.c, txvu-opc.c: New files.
* configure.in: Compile them.
* configure: Regenerate.
* Makefile.am (ALL_MACHINES): Add txvu-{dis,opc}.lo.
(txvu-dis.lo,txvu-opc.lo): Add rules for.
* Makefile.in: Regenerate.
Doug Evans [Mon, 5 Jan 1998 13:33:54 +0000 (13:33 +0000)]
opcode header file for the txvu
Jeff Law [Sun, 4 Jan 1998 00:12:58 +0000 (00:12 +0000)]
* config.sub: Add mingw32 support.
* configure.in: Likewise.
* mh-mingw32: New file.
Jeff Law [Sat, 3 Jan 1998 11:13:07 +0000 (11:13 +0000)]
A
* configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
Jeff Law [Sat, 3 Jan 1998 11:13:04 +0000 (11:13 +0000)]
* configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
Mark Alexander [Fri, 2 Jan 1998 18:53:05 +0000 (18:53 +0000)]
* configure.in: Double up brackets in shell case pattern.
Michael Meissner [Fri, 2 Jan 1998 17:27:05 +0000 (17:27 +0000)]
Implement MEMORY attributes for unknown sections
Michael Snyder [Fri, 2 Jan 1998 17:16:40 +0000 (17:16 +0000)]
Fri Jan 2 17:15:52 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
* Oops -- move gdbtk references into the appropriate ChangeLogs
Michael Snyder [Fri, 2 Jan 1998 17:09:12 +0000 (17:09 +0000)]
Fri Jan 2 17:06:05 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
* tracepoint.c (finish_tfind_command): improved algorithm for
deciding when we've "stepped" into a new stack frame.
(map_args_over_tracepoints): loop over tracepoint list "safely",
since list elements may be deleted during loop.
(read_actions): add actions to history list.
Michael Snyder [Fri, 2 Jan 1998 17:01:29 +0000 (17:01 +0000)]
Fri Jan 2 16:56:16 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
[From Keith Seitz (kseitz@cygnus.com)]
* actiondlg.tcl (change): handle '$' in register names.
gdbtk.c (gdb_actions_command): extract and save step count
from "while-stepping" command
Stan Shebs [Fri, 2 Jan 1998 16:22:03 +0000 (16:22 +0000)]
Moved all gdbtk change entries into new file ChangeLog-gdbtk
Stan Shebs [Fri, 2 Jan 1998 13:11:41 +0000 (13:11 +0000)]
always keep ChangeLog-97
Stan Shebs [Fri, 2 Jan 1998 13:10:44 +0000 (13:10 +0000)]
Split the ChangeLog by year
Ian Lance Taylor [Fri, 2 Jan 1998 13:09:57 +0000 (13:09 +0000)]
* config/tc-i386.c (i386_operand): Give an error if there are
unrecognized characters after an expression.
Michael Meissner [Thu, 1 Jan 1998 20:00:36 +0000 (20:00 +0000)]
Link in .eh_section into data section
Jeff Law [Thu, 1 Jan 1998 17:06:02 +0000 (17:06 +0000)]
* scripttempl/h8300h.sc: Fix typo.
* scripttempl/h8300s.sc: Likewise.
Mark Alexander [Wed, 31 Dec 1997 14:57:37 +0000 (14:57 +0000)]
Add dve3900-rom.c.
Mark Alexander [Wed, 31 Dec 1997 11:47:19 +0000 (11:47 +0000)]
* dsrec.c (load_srec): Check remotedebug flag when printing
debug info.
Jeff Law [Wed, 31 Dec 1997 11:28:40 +0000 (11:28 +0000)]
* config/tc-mn10200.c (md_relax_table): Correct branch ranges.
Fix bugs exposed in egcs compiler.
David Taylor [Wed, 31 Dec 1997 07:36:28 +0000 (07:36 +0000)]
add _siglongjmp to list of longjmp breakpoints.
Ian Lance Taylor [Tue, 30 Dec 1997 09:48:42 +0000 (09:48 +0000)]
* elf32-sparc.c (elf32_sparc_check_relocs): If -Bsymbolic, don't
allocate space for a PC relative reloc against a symbol which is
defined in a regular file.
(elf32_sparc_relocate_section): If -Bsymbolic, don't copy a PC
relative reloc against a symbol which is defined in a regular
file.
Mark Alexander [Mon, 29 Dec 1997 21:50:10 +0000 (21:50 +0000)]
* dve3900-rom.c: New file to support Densan DVE-R3900/20 board.
* monitor.c (monitor_debug): Move to utils.c, rename to puts_debug.
(monitor_write_memory, monitor_read_memory, monitor_insert_breakpoint,
monitor_remove_breakpoint): Remove useless address bits if current
monitor has MO_ADDR_BITS_REMOVE flag.
* monitor.h (MO_ADDR_BITS_REMOVE): Define.
* utils.c (puts_debug): Formerly monitor_debug from monitor.c;
move here and make public. Add better support for carriage returns.
* defs.h (puts_debug): Declare.
* dsrec.c (load_srec): Use puts_debug to print remotedebug information.
Output header record correctly.
(make_srec): Output a header record instead of a termination record
if sect is non-NULL (value is ignored), but abfd is NULL.
* config/mips/tm-tx39.h (DEFAULT_MIPS_TYPE): Remove definition.
(REGISTER_NAMES): Define to add R3900-specific registers.
* config/mips/tm-tx39l.h: Ditto.
* config/mips/tx39.mt (TDEPFILES): Add dve3900-rom.o and support files.
* config/mips/tx39l.mt: Ditto.
Felix Lee [Mon, 29 Dec 1997 16:03:23 +0000 (16:03 +0000)]
* interp.c (sim_engine_run): msvc cpp barfs on #if (a==b!=c).
Ian Lance Taylor [Mon, 29 Dec 1997 15:04:55 +0000 (15:04 +0000)]
From Jonathan Stone <jonathan@DSG.Stanford.EDU>:
* config.bfd (mips-dec-netbsd*): Add ECOFF vectors to
targ_selvecs.
(mips*el-*-netbsd*): Like mips-dec-netbsd*.
(mips*-*-netbsd*): New target.
Ian Lance Taylor [Mon, 29 Dec 1997 14:16:59 +0000 (14:16 +0000)]
* elflink.h (elf_link_assign_sym_version): Change error message
from "undefined version name" to "undefined versioned symbol
name".
Ian Lance Taylor [Mon, 29 Dec 1997 14:00:59 +0000 (14:00 +0000)]
From Matthew Bellantoni <matthew@chrysalis.com>:
* ar.c (get_pos_bfd): Add default_posname parameter. Change all
callers.
(replace_members): Default to replacing in the same position.
Nick Clifton [Mon, 29 Dec 1997 11:45:12 +0000 (11:45 +0000)]
Fixed typo from my previous delta.
Ian Lance Taylor [Mon, 29 Dec 1997 11:20:37 +0000 (11:20 +0000)]
* core.c (core_sym_class): Treat weak symbols as text symbols.
From Dean Gaudet <dgaudet@arctic.org>.
Ian Lance Taylor [Mon, 29 Dec 1997 08:38:52 +0000 (08:38 +0000)]
fix sky sanitization
Jeff Law [Sun, 28 Dec 1997 11:19:58 +0000 (11:19 +0000)]
* configure.in (host_makefile_frag, target_makefile_frag):
Handle multiple config files.
(alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
alpha-*-*.
Jeff Law [Sun, 28 Dec 1997 10:27:09 +0000 (10:27 +0000)]
* Makefile.in (INSTALL_TARGET): Do install-gcc first.
* configure (gxx_include_dir): Provide a definition for subdirs
which do not use autoconf.
Jeff Law [Wed, 24 Dec 1997 21:43:05 +0000 (21:43 +0000)]
* config.guess: Sync with egcs. Picks up new alpha support,
BeOS & some additional linux support.
Stan Shebs [Wed, 24 Dec 1997 12:51:55 +0000 (12:51 +0000)]
* dsrec.c: Cosmetic improvements.
(make-srec): Change indexing of format and code tables to
remove confusing empty entries.
Ian Lance Taylor [Wed, 24 Dec 1997 07:58:26 +0000 (07:58 +0000)]
rebuild
Ian Lance Taylor [Tue, 23 Dec 1997 14:14:03 +0000 (14:14 +0000)]
* libbfd-in.h (_bfd_dwarf2_find_nearest_line): Declare.
* libbfd.h: Rebuild.
Ian Lance Taylor [Tue, 23 Dec 1997 14:02:39 +0000 (14:02 +0000)]
* peicode.h (coff_swap_scnhdr_out): Set .reloc section to be
shared. Set stab* sections to be shared and read. Set .rsrc
section to be read and shared.
Jeff Law [Tue, 23 Dec 1997 11:42:49 +0000 (11:42 +0000)]
* config.guess: HP 9000/803 is a PA1.1 machine.