aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1994-12-06Clean the sh3 stuff out the right way.Steve Chamberlain1-1/+1
1994-12-06finish deletion of this directoryKen Raeburn1-61/+0
1994-12-06 * inftarg.c: include <sys/types.h> to get def of pid_t.Stu Grossman1-0/+4
1994-12-06Switch r3 to scratch register, r0 to stack register.Michael Tiemann4-10/+7
Other misc changes before beta shipment to customer.
1994-12-03 * solib.c (auto_solib_add_at_startup): New global.Stan Shebs1-0/+20
(solib_create_inferior_hook): Call solib_add only if auto_solib_add_at_startup is nonzero. (_initialize_solib): New command "set auto-solib-add".
1994-12-02 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.Per Bothner1-0/+9
1994-12-02 * config/default.exp: Define objdump if it is not defined.Ian Lance Taylor11-0/+736
* ld-empic/*: New tests to test -membedded-pic code.
1994-12-02 * emultempl/miposecoff.em: New file.Ian Lance Taylor2-0/+231
* emulparams/mipsidt.sh (TEMPLATE_NAME): Set to mipsecoff. * emulparams/mipsidtl.sh (TEMPLATE_NAME): Likewise. * scripttempl/mips.sc: Put .rel.sdata sections in .text, and provide __runtime_reloc_start and __runtime_reloc_stop if they are used. Align _fdata to a 16 byte boundary. * Makefile.in (emipsidt.c): Depend upon mipsecoff.em rather than generic.em. (emipsidtl.c): Likewise. (check): Pass CC_FOR_HOST and CFLAGS_FOR_HOST to runtest.
1994-12-02 * ld.h (args_type): Add new field embedded_relocs.Ian Lance Taylor2-0/+12
* ldemul.h (ldemul_after_open, after_open_default): Declare. (ld_emulation_xfer_struct): Add new field after_open. * ldemul.c (ldemul_after_open): New function. (after_open_default): New function. * ldlang.c (lang_process): Call ldemul_after_open. * lexsup.c (parse_args): Handle --embedded-relocs. * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Initialize new after_open field to after_open_default. * emultempl/generic.em, emultempl/gld960.em: Likewise. * emultempl/gld960c.em, emultempl/hppaelf.em: Likewise. * emultempl/linux.em, emultempl/m88kbcs.em: Likewise. * emultempl/sunos.em, emultempl/vanilla.em: Likewise. * ld.texinfo, ld.1: Mention -embedded-relocs.
1994-12-02 * parse.c (msymbol_addr_type): Replaced byPeter Schauer1-12/+1
lookup_pointer_type (builtin_type_void). * printcmd.c (_initialize_printcmd): Give examine_*_type a name for `ptype $_'. * printcmd.c (print_formatted): Call val_print_string directly, rather than via value_print.
1994-12-02 * gdb.base/a1-selftest.exp: Change initial stepping to know aboutStan Shebs1-10/+16
additional line of code that was added.
1994-12-02Remove last remnants of hpread sanitization.Jeff Law2-51/+0
1994-12-01 * somsolib.c (som_solib_get_got_by_pc): New function.Jeff Law4-2/+46
* somsolib.h (som_solib_get_got_by_pc): Add extern decl. * hppa-tdep.c (hppa_fix_call_dummy): Handle case where FUN is the function's export stub or real address in a shared library.
1994-12-01 * gdb.disasm/hppa.s: Break the large branching tests into smallerJeff Law1-0/+6
tests so as not to overflow expect's input buffers. * gdb.disasm/hppa.exp: Corresponding changes.
1994-11-30 * coff-sh.c: Use _bfd_dummy_target instead of no_archive.Ian Lance Taylor1-0/+4
1994-11-30 * gas/hppa/parse: Renamed from gas/hppa/more.parse.Jeff Law1-1/+1
1994-11-30Moving into a new directoryJeff Law27-7033/+0
1994-11-30 * Makefile.in: Move -fno-implicit-template from CXXFLAGSPer Bothner1-2/+2
to LIBCXXFLAGS. Tests are better run without it.
1994-11-30Initial ARC support.David Edelsohn2-0/+9
1994-11-30Initial ARC support.David Edelsohn2-0/+36
1994-11-30Initial ARC support.David Edelsohn1-2/+36
1994-11-30Initial ARC support.David Edelsohn1-3/+44
1994-11-30Initial ARC support.David Edelsohn2-0/+68
1994-11-30* config/arc-elf.mt: New file.David Edelsohn1-0/+1
1994-11-30Initial ARC support.David Edelsohn3-1/+58
1994-11-30delete signal handler code (which has been disabled since March 93)Ken Raeburn1-0/+7
1994-11-30switch to libiberty version of xmallocKen Raeburn2-0/+10
1994-11-29log for alpha, sanitize, m68k, rce (sanitized) changesKen Raeburn1-0/+31
1994-11-29* config.bfd (i[345]86-*-freebsd*): Use i386-bsd as bfd_name.J.T. Conklin2-0/+6
* configure.host (i[345]86-*-freebsd*): Use i386bsd as my_host. CVSn:
1994-11-29* config/i386/nbsd.mh (REGEX, REGEX1): No longer define.J.T. Conklin7-2/+116
* configure.in (i[345]86-*-freebsd*): New configuration. * config/i386/{fbsd.mh,fbsd.mt,nm-fbsd.h}: New files.
1994-11-29 * top.c (read_next_line): Pass annotation suffix "commands"Stan Shebs2-1/+6
instead of "command", matches documentation.
1994-11-29* tc-alpha.c (in_range_signed, in_range_unsigned): New routines, split fromKen Raeburn1-0/+9
in_range. (in_range): Deleted. All calls changed to in_range_*signed. (create_lita_section): Macro deleted. Single use expanded in place. (alpha_ip): Handle `t' and `8' operand types. (md_apply_fix): Handle BFD_RELOC_12_PCREL. Print name of unhandled relocation types. * alpha-opcode.h: Added HALT and DRAINA. Disabled MOVI, since it doesn't work, and isn't supported by the native assembler.
1994-11-29Regenerate after Tiemann's change to configure.in.Ken Raeburn1-68/+79
1994-11-29check configure and ChangeLog for rce stuff tooKen Raeburn1-1/+1
1994-11-29 * config/a29k/tm-a29k.h (setup_arbitrary_frame): ReplaceStan Shebs2-1/+4
FRAME_ADDR with CORE_ADDR in prototype.
1994-11-29 * pr-5984.ch, pr-5984.exp, Makefile.in: New test case.Per Bothner4-1/+71
1994-11-28* config/m68k-nbsd.mt (DEFAULT_VECTOR): set to m68knetbsd_vec.J.T. Conklin1-0/+7
* Makefile.in: Rebuilt dependancies. (CFILES): Added m68knetbsd.c. (HFILES): Added netbsd.h.
1994-11-28 * top.c (command_line_input): If annotation suffix is NULL,Stan Shebs2-1/+12
replace it with an empty string. (read_next_line): Pass "command" as annotation suffix to command_line_input.
1994-11-28(do_scrub_next_char): Insert missing newline at end of fileDavid Edelsohn1-0/+5
like warning says we do.
1994-11-28* config/rs6000/tm-rs6000.h (setpgrp): move defn from here...J.T. Conklin2-0/+10
* config/rs6000/xm-rs6000.h: ...to here.
1994-11-28 * gdbtk.tcl (build_framework): Fix bug with setting window titles.Stu Grossman2-1/+3
1994-11-28 * gdbtk.tcl (build_framework): Add "Report bug" to help menu.Stu Grossman2-0/+4
1994-11-28 * gdbtk.tcl: Re-arrange windows using new, consistent layout. CleanStu Grossman2-151/+201
up lots of code and centralize framework initialization.
1994-11-28 * ld-bootstrap/bootstrap.exp: Pass cmp output throughIan Lance Taylor2-31/+32
prune_system_crud. * ld-cdtest/cdtest.exp: Pass diff output through prune_system_crud. * ld-shared/shared.exp: Likewise. * config/default.exp: Remove unused and useless proc ld_load.
1994-11-28 * gas/mips/ld.d: Adjust to work for both big and little endianIan Lance Taylor3-33/+42
code. * gas/mips/ld.s, gas/mips/lif-empic.d: Likewise. * gas/mips/lifloat.d, gas/mips/ulh-empic.d: Likewise. * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d: Likewise. * gas/mips/usw.d: Likewise.
1994-11-28 * gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expectedJeff Law2-5/+9
to fail. Fix comments for the test. Tweak test name.
1994-11-28 * config/tc-hppa.h (pa_check_eof): Declare new extern function.Jeff Law1-0/+14
(tc_frob_file): Define to call pa_check_eof. * config/tc-hppa.c (pa_check_current_space_and_subspace): New function to verify the current space and subspace are reasonable. Call for the appropriate pseudo-ops and before instruction parsing. (pa_check_eof): New function to verify enter/exit and proc/procend pairs match at EOF. (pa_code): Simplify. * config/obj-som.c: Delete #if 0 code.
1994-11-27Changes to reflect that r3, not r0, is now the stack pointer.Michael Tiemann1-4/+4
1994-11-27Change r16 -> rce.Michael Tiemann1-4/+4
1994-11-26Add shlSteve Chamberlain2-0/+6