aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1996-07-18 From Andrew Gierth <ANDREWG@microlise.co.uk>:Ian Lance Taylor3-2/+6
* configure.in (sparc-*-sysv4*): New target. * configure: Rebuild.
1996-07-18 * config.bfd (sparc-*-sysv4*): Don't build sunos_big_vec. FromIan Lance Taylor1-0/+3
Andrew Gierth <ANDREWG@microlise.co.uk>.
1996-07-18 * configure.in: Call AC_SUBST (INSTALL_SHLIB).Ian Lance Taylor1-0/+6
* configure: Rebuild. * Makefile.in (install): Use @INSTALL_SHLIB@.
1996-07-18 * configure.host: Set INSTALL_SHLIB.Ian Lance Taylor5-27/+38
* configure.in: Call AC_SUBST (INSTALL_SHLIB). * configure: Rebuild. * Makefile.in (install): Use @INSTALL_SHLIB@.
1996-07-18 * config/tc-sparc.c (md_pseudo_table): Change uahalf, uaword, andIan Lance Taylor2-32/+180
uaxword to use s_uacons. (sparc_no_align_cons): New static variable. (s_uacons): New static function. (sparc_cons_align): If sparc_no_align_cons is set, just clear it and return.
1996-07-18 * configure.host: Change irix5 to irix[56]*.Ian Lance Taylor2-1/+6
* configure.tgt: Likewise.
1996-07-18start-sanitize-d10vMartin Hunt1-0/+25
Thu Jul 18 13:20:39 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * common.h (EM_CYGNUS_D10V): Redefine. end-sanitize-d10v
1996-07-18 * configure.in: Add mips-*-irix6* target. Handle Irix 6 like IrixIan Lance Taylor3-35/+41
5 with regard to shared libraries. * configure: Rebuild.
1996-07-18 * config.bfd (mips*-*-irix6*): New target.Ian Lance Taylor3-5/+12
* configure.host: Handle Irix 6 shared library like Irix 5.
1996-07-18Fix warning generated under AIX 4.1.4Michael Meissner2-1/+48
1996-07-18 * config/tc-m68k.c (m68k_ip): Use the correct length whenIan Lance Taylor2-3/+7
allocating space for the unsupported architecture error message.
1996-07-18add comments about magic numbersIan Lance Taylor1-1/+7
1996-07-18 * xcofflink.c (xcoff_link_add_symbols): Don't check an XMC_TDIan Lance Taylor2-76/+109
symbol for a magic name. (xcoff_link_input_bfd): Don't change the reloc symbol for an XMC_TD symbol. (_bfd_ppc_xcoff_relocate_section): Don't get the TOC offset for an XMC_TD symbol.
1996-07-18 * mpw-config.in: Add ELF support to mips config, create theStan Shebs3-9/+20
elf32-target.h file in the object dir. * mpw-make.sed: Edit elfXX-target.h refs at beginnings of lines.
1996-07-18Minor tweaks to d10v configurationMichael Meissner4-4/+13
1996-07-18Thu Jul 18 01:22:01 1996 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer3-2/+34
* symfile.c (symfile_bfd_open): * exec.c (exec_file_command): for __GO32__ and __WIN32__ systems, free the user from having to type the .exe extension.
1996-07-18 * gencode.c (process_instructions): Generate word64 and uword64Stu Grossman2-13/+22
instead of `long long' and `unsigned long long' data types. * interp.c: #include sysdep.h to get signals, and define default for SIGBUS. * (Convert): Work around for Visual-C++ compiler bug with type conversion. * support.h: Make things compile under Visual-C++ by using __int64 instead of `long long'. Change many refs to long long into word64/uword64 typedefs.
1996-07-18Removed debug, fixed diagnostics, etcKim Knuttila1-0/+5
1996-07-18start-sanitize-d10vMartin Hunt3-1/+12
Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * configure.in (d10v-*-*): New target. end-sanitize-d10v
1996-07-18start-sanitize-d10vMartin Hunt7-20/+568
Wed Jul 17 14:39:05 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * configure: (bfd_d10v_arch) Add new case. * configure.in: (bfd_d10v_arch) Add new case. * d10v-dis.c: New file. * d10v-opc.c: New file. * disassemble.c (disassembler) Add entry for d10v. end-sanitize-d10v
1996-07-18start-sanitize-d10vMartin Hunt13-78/+598
Wed Jul 17 14:51:52 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * Makefile.in (ALL_MACHINES): Add cpu-d10v.o (BFD32_BACKENDS) Add elf32-d10v.o * archures.c: Add bfd_d10v_arch. * bfd-in2.h: Add bfd_d10v_arch. * config.bfd (d10v-*-*): New target. * configure: (bfd_elf32_d10v_vec) New vector. * configure.in: (bfd_elf32_d10v_vec) New vector. * cpu-d10v.c: New file. * elf.c (prep_headers): Added case bfd_arch_d10v. * elf32-d10v.c: New file. * libbfd.h: Rebuild. * reloc.c (BFD_RELOC_D10V_10_PCREL_R, BFD_RELOC_D10V_10_PCREL_L, BFD_RELOC_D10V_18, BFD_RELOC_D10V_18_PCREL): Define. * targets.c (bfd_elf32_d10v_vec): New vector. end-sanitize-d10v
1996-07-18 * common.h (EM_CYGNUS_D10V): Define.Martin Hunt1-3/+9
1996-07-18start-sanitize-d10vMartin Hunt4-0/+74
Wed Jul 17 14:45:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * dis-asm.h: (print_insn_d10v): Declare. end-sanitize-d10v
1996-07-18start-sanitize-d10vMartin Hunt3-0/+193
Wed Jul 17 14:46:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * d10v.h: New file. end-sanitize-d10v
1996-07-18start-sanitize-d10vMartin Hunt7-57/+1131
Wed Jul 17 14:25:13 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * config/tc-d10v.c: New file. * config/tc-d10v.h: New file. * configure (d10v-*-elf): New target. * configure.in (d10v-*-elf): New target. end-sanitize-d10v
1996-07-18Pay attention to return codeKim Knuttila1-0/+2
1996-07-17Removed bogus printfKim Knuttila2-13/+29
1996-07-17Strip prefix '.'s from nameKim Knuttila1-0/+4
1996-07-17Wed Jul 17 10:12:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>J.T. Conklin2-71/+76
* m68k-opc.c (m68k_opcodes): Fix bugs in coldfire insns relating to bcc, trapfl, subxl, and wddata discovered by Andreas Schwab.
1996-07-17 * mon960-rom.c: Shorten the mon960_inits string to a singleMark Alexander2-1/+7
carriage return; this prevents a hang on connecting immediately after powerup, when MON960 is attempting autobaud detection.
1996-07-17remove sanitization accidentally inserted in last commitIan Lance Taylor1-2/+0
1996-07-17 * a29k-tdep.c (get_saved_register): Allow PC to be modifiedMark Alexander2-1/+6
when innermost frame is selected, but not in outer frames. PR 9012
1996-07-17 * archures.c bfd-in2.h: Add bfd_mach_i386_i386 andStu Grossman3-3/+7
bfd_mach_i386_i8086 machine types.
1996-07-17 * command.c (do_setshow_command): Don't segfault when showingStu Grossman3-6/+72
var_string and var_string_noescape vars that are NULL. From the fsf: * solib.c (solib_absolute_prefix, solib_search_path): New variables. (_initialize_solib): Add set/show commands for those variables. (solib_map_sections): Implement searching using them.
1996-07-17Changes from the FSF for Hurd thread support.Stu Grossman10-244/+773
1996-07-16oops!Stu Grossman1-0/+7
1996-07-16 * i386-dis.c (print_insn_i8086): New routine to disassemble usingStu Grossman1-9/+6
the 8086 instruction set. * i386-dis.c: General cleanups. Make most things static. Add prototypes. Get rid of static variables aflags and dflags. Pass them as args (to almost everything).
1996-07-15 * dis-asm.h: Get rid of decls for print_insn_i8086,Stu Grossman2-6/+19
print_insn_sparc64 and print_insn_sparclite. * (INIT_DISASSEMBLE_INFO): Split into two pieces. One, INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian, mach, and arch.
1996-07-15 * win32-nat.c (handle_load_dll): dos_path_to_unix_path renamed toDavid Edelsohn2-39/+38
cygwin32_conv_to_posix_path. (child_create_inferior): unix_path_to_dos_path renamed to cygwin32_conv_to_win32_path. Rewrite code to translate PATH.
1996-07-15 * defs.h printcmd.c: Create global disassemble_info structureStu Grossman7-52/+96
tm_print_insn_info. * gdbtk.c (gdb_disassemble): Setup di.mach from tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER. * i386-tdep.c (set_assembly_language_command): set tm_print_insn_info.mach to the appropriate value for 386 or 8086 disassembly. * printcmd.c (print_insn): Move init of disassembler_info to _initialize_printcmd. Set endian for disassembler here. * sparc-tdep.c: Set tm_print_insn_info.mach as appropriate to select sparc/sparclite. * config/sparc/{tm-sparc.h tm-sparclite.h}: Get rid of TM_PRINT_INSN. Set TM_PRINT_INSN_MACH to bfd_mach_sparc/bfd_mach_sparc_sparclite.
1996-07-15 * bfd-in2.h: Add bfd_mach_i386_i386 and bfd_mach_i386_i8086Stu Grossman2-0/+7
machine types.
1996-07-15 * config.guess (HP 9000/811): Recognize this as a PA1.1Jeff Law1-0/+5
machine.
1996-07-15Mon Jul 15 11:49:49 1996 Andreas Schwab ↵Ian Lance Taylor2-9/+34
<schwab@issan.informatik.uni-dortmund.de> * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Round the value of __start_SECNAME to the alignment required by the section to be placed.
1996-07-13Check in an entry that somehow got missed long ago.Fred Fish1-0/+5
1996-07-13 * hpread.c (hpread_lookup_type): Use xmmalloc/xmrealloc ratherFred Fish2-2/+9
than xmalloc/xrealloc.
1996-07-13 * mmap-sup.c (mmalloc_findbase): Change to not require /dev/zeroFred Fish1-0/+5
if MMAP_ANONYMOUS is available.
1996-07-13Fix thinko in previous patchFred Fish1-1/+1
1996-07-13* Makefile.in (do-tar-gz): New target, split out from tail end of taz target.Ken Raeburn2-5/+15
Run each command separately, don't use pipes. (taz): Use it.
1996-07-13 * objfiles.c (map_to_file): Error return from mmalloc_findbase isFred Fish2-1/+6
a NULL pointer, not a -1. Fix oops from a previous checkin.
1996-07-13Recognize and handle -K PICMichael Meissner2-1/+17