aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-07-09* configure: Remove extraneous output when guessing host type.John Gilmore3-6/+14
* config.guess: Remove extraneous output when guessing using C compiler rather than uname, or when guessing fails.
1993-07-08keep elf.scKen Raeburn1-1/+1
1993-07-08test of branches. please ignore.Stu Grossman1-32/+40
1993-07-08* gdb.t07/watchpoint.exp: Add xfail for hppa.Jim Kingdon1-0/+2
1993-07-08initial v9 stuffKen Raeburn4-0/+46
1993-07-08Make it so it compiles if QMAGIC is not defined (e.g. hp300hpux).Jim Kingdon1-3/+9
* aout64.h (N_BADMAG): Recognize QMAGIC. N_TXTOFF, N_TXTADDR, N_TXTSIZE: Special code for QMAGIC. N_DATOFF: Pad text size if we need to.
1993-07-08ldmisc,ldlang,Makefile changesKen Raeburn1-1/+22
1993-07-08ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro when noKen Raeburn1-54/+93
prototype is being supplied. (ldmalloc, ldrealloc): Size argument is now size_t. ldmisc.c (finfo): New function, accepts FILE* argument. (vfinfo, case 'v'): New format character; displays bfd_vma in hex without leading zeros. (vfinfo, cases 'R' and 'C'): Use finfo(%v) when displaying a bfd_vma value, instead of fprintf(%x) which won't hold a long long value. (concat, buystring): String lengths are size_t. (ldmalloc, ldrealloc, xrealloc): Size argument is now size_t.
1993-07-08(new_stetement): Size argument is now type size_t.Ken Raeburn1-1/+5
Added forward declaration with prototype.
1993-07-08(ALL_EMULATIONS): Include $(OTHER_EMULATIONS) in case some target has stuffKen Raeburn1-1/+4
to add.
1993-07-08 * hppa-tdep.c (hppa_push_arguments): Allocate enough space forJim Kingdon2-1/+4
arguments.
1993-07-08* gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.Jim Kingdon1-0/+2
1993-07-08* hppa-tdep.c: Change _initialize_hppab_tdep to _initialize_hppa_tdep.Jim Kingdon2-1/+5
1993-07-08fix the declaration of run_stack_dummy, as well.Mark Eichin1-1/+1
1993-07-08Revision to this change--use ->next != NULL, not just ->next, whenJim Kingdon1-2/+2
passing an integer argument to find_pc_line. * frame.h, blockframe.c, stack.c, a29k-tdep.c, config/gould/tmp-{pn,np1}.h, config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field next_frame from struct frame_info. It has no purpose beyond ->next->frame and is an artifact from GDB 2.8.
1993-07-08 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpointJim Kingdon1-0/+5
[0-9]*, not just [0-9].
1993-07-08 * hosts/i386bsd.h: Conditionalize HOST_STACK_END_ADDR on __bsdi__.Jim Kingdon2-18/+10
i386bsd.c: Remove defines of N_TXT*; the versions in aout64.h should be sufficient. Define TEXT_START_ADDR.
1993-07-08 * aout64.h (N_BADMAG): Recognize QMAGIC.Jim Kingdon2-0/+479
N_TXTOFF, N_TXTADDR, N_TXTSIZE: Special code for QMAGIC. N_DATOFF: Pad text size if we need to.
1993-07-08put CROSS definition into the MakefileDavid D. Zuhn1-2/+2
1993-07-08Oops, not all of the tc-sparc.c change was format-independent.Ken Raeburn2-1/+3
Still handles both syntaxes independent of format.
1993-07-08forgot to check this in yesterdayKen Raeburn1-0/+4
1993-07-08changelog for tc-i960 changeMark Eichin1-0/+6
1993-07-08Thu Jul 8 14:41:43 1993 Mark Eichin (eichin@cygnus.com)Mark Eichin1-86/+93
* config/tc-i960.c (md_create_short_jump, md_create_long_jump, md_number_to_chars, md_section_align): Adjusted to use valueT, addressT, to match tc.h.
1993-07-08config/tc-sparc.c (s_common): Revamp to handle both syntaxes, and not beKen Raeburn2-24/+37
target-specific.
1993-07-08 * Make -v only print the version number.David MacKenzie4-180/+61
Share some Texinfo documentation with BFD.
1993-07-08 New file bfdsumm.texi to share with ld.David MacKenzie3-7/+161
1993-07-08Add filename which dje forgot to includeJim Kingdon1-1/+1
1993-07-08h8/300h stuffDavid Edelsohn1-0/+14
1993-07-08(REGISTER_CONVERT_TO_VIRTUAL): Use REGISTER_RAW_SIZE to determine bytes to copy.David Edelsohn1-4/+2
(REGISTER_CONVERT_TO_RAW): Ditto.
1993-07-08h8/300h stuff.David Edelsohn1-0/+8
1993-07-08(REGISTER_TYPES): Adjust for h8/300h.David Edelsohn1-26/+10
(REGISTER_RAW_SIZE): Ditto (REGISTER_VIRTUAL_TYPE): Use builtin_type_unsigned_long for regs on the h8/300h (ints may still be 16 bits). (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS): Add FIXME's for h8/300h. Some thought needed here.
1993-07-08(sparc_frame_chain): Handle sizeof (CORE_ADDR) != sizeof (REGISTER_TYPE).David Edelsohn1-12/+27
(frame_saved_pc): Ditto.
1993-07-08* h8300-tdep.c (print_insn): Call print_insn_h8300h if h8/300h.David Edelsohn2-14/+11
(examine_prologue): reg_save_depth is 4 if h8/300h.
1993-07-08* findvar.c (read_register): Provide some support for 64 bit regs.David Edelsohn2-2/+20
(write_register): Ditto.
1993-07-08config/tc-h8300.h (TC_CONS_RELOC): Use R_RELLONG if h8/300h.David Edelsohn1-0/+4
1993-07-08add mh-riscosJim Kingdon1-0/+1
1993-07-08 * config/mips/nm-riscos.h: machine/machparam.h is always the rightJim Kingdon2-3/+8
place to look for BSD43_NBPG, not machine/vmparam.h
1993-07-08Fix a place in mipsread.c where I missed using tag_name; revision toJim Kingdon1-54/+69
the following change. Thu Jul 1 09:51:27 1993 Jim Kingdon (kingdon@cygnus.com) * gdbtypes.h (struct type): Add field tag_name. * gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base): Use it. * {coff,dwarf,mips,stabs}read.c: Set it.
1993-07-08 * infcmd.c (run_stack_dummy): New argument name.Jim Kingdon4-14/+93
Change error message in (another) attempt to make it comprehensible. * valops.c (call_function_by_hand): Pass name to run_stack_dummy. * symtab.h: Declare demangle and asm_demangle since macros use them.
1993-07-08Initial versions of sparc64 port.David Edelsohn3-0/+738
Some stuff can be removed when sparc-tdep.c is upgraded.
1993-07-08define CROSS is cross compilationDavid D. Zuhn1-2/+14
1993-07-08Initial versions of port to sparc64 simulators.David Edelsohn4-0/+410
1993-07-08define CROSS is cross compilationDavid D. Zuhn1-0/+5
1993-07-08 * eval.c (evaluate_subexp): Add comment about calling a memberJim Kingdon1-0/+3
function of a variable in a register.
1993-07-08remove install.cross and all.cross targetsDavid D. Zuhn1-0/+2
1993-07-08remove all.cross and install.cross targetsDavid D. Zuhn1-40/+2
1993-07-08remove another fixmeDavid D. Zuhn2-14/+7
1993-07-08add uniq to holes, ccross changesDavid D. Zuhn1-12/+70
1993-07-08add sh for sun4 buildsDavid D. Zuhn1-0/+1
1993-07-07* expression.h: Clean up comment about string in STRUCT_STRUCT etc.Jim Kingdon1-0/+2