aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-07-12* a29k-tdep.c (read_register_stack): Make val static.Jim Kingdon2-1/+5
1993-07-12h8300 stuff.David Edelsohn1-0/+6
1993-07-12(REGISTER_CONVERTIBLE): Change value to 0.David Edelsohn1-8/+5
(REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Move def'n to usual spot.
1993-07-12handle our SCO name betterDavid D. Zuhn1-0/+3
1993-07-12fix definitions of md_create_long_jump, md_create_short_jump,Mark Eichin11-2135/+10727
md_number_to_chars, and md_section_align to correctly use valueT and addressT
1993-07-12 * ldlang.c (lang_process): Use sizeof instead of magic constant.David MacKenzie3-55/+131
* ldmain.c (get_emulation, check_for_scripts_dir, set_scripts_dir): New functions. (main): Call them.
1993-07-12update use of valueT and addressTMark Eichin1-6/+6
1993-07-12* stabs.texinfo: N_MAIN is sometimes used for C.Jim Kingdon2-15/+18
1993-07-12 * c-valprint.c (c_val_print): Fix thinko with unspecified lengthJim Kingdon2-2/+6
arrays.
1993-07-12 * hppa-tdep.c (find_proc_framesize): If there is a frame pointer,Jim Kingdon2-0/+10
use it.
1993-07-12* gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.Jim Kingdon1-0/+4
1993-07-12improve comment about Sun accJim Kingdon1-24/+42
1993-07-12config/obj-elf.c (obj_elf_section): Allow `@' to introduce an attribute name.Ken Raeburn2-1/+7
Handle `execinstr' attribute.
1993-07-12configure.in, elf.sc changesKen Raeburn1-0/+8
1993-07-12Include .init, .fini, .rodata sections.Ken Raeburn1-4/+8
Create symbol "end" instead of "__end". Comment out some parts that may not be needed (yet) for elf.
1993-07-12Solaris 2 support; sparc64 sanitization.Ken Raeburn2-0/+24
1993-07-12fix valuesKen Raeburn1-3/+3
1993-07-12Solaris 2 configuration; sparc64 sanitization.Ken Raeburn2-0/+21
1993-07-12Handle sparc64-* before sparc*.Ken Raeburn1-2/+6
Accept sparc-elf and sparc-solaris configurations (though ../configure.in should still not configure this directory by default, it's not completely working).
1993-07-12Changes to reloc.c, libelf.h, config/sparc-elf.mt.Ken Raeburn1-0/+9
1993-07-12regeneratedKen Raeburn1-2/+3
1993-07-12Use {start,end}-sanitize-v9 instead of `v9' on every line to be removed.Ken Raeburn1-2/+4
1993-07-12(struct elf_obj_tdata): Add field `thunk'.Ken Raeburn1-0/+1
1993-07-12(enum bfd_reloc_code_real): Move SPARC_BASE13 and SPARC_WDISP19 to moreKen Raeburn1-92/+78
appropriate places. (bfd_perform_relocation): Whitespace changes, more comments.
1993-07-12(sparc_reloc_map): Remove duplicate WDISP19 entry.Ken Raeburn1-1/+0
1993-07-12Clean v9 stuff from reloc.c and bfd-in2.h also.Ken Raeburn1-12/+8
1993-07-12 * config/tc-mips.c (mips_ip): Don't warn on 'i' or 'j' mismatch ifIan Lance Taylor2-2/+17
there is another alternative for the instruction.
1993-07-12 * symtab.c (decode_line_1): Use end of block to figure out whetherJim Kingdon6-115/+205
val.end is in the same function, not minimal symbols. * source.c (line_info): Add a few more wrap_here's. * i386-tdep.c (i386_follow_jump): Do byteswapping where needed and don't make assumptions about sizes of host data types. * blockframe.c, symtab.h (find_pc_partial_function): New arg endaddr. * infrun.c, breakpoint.c, printcmd.c: Change callers. * printcmd.c (containing_function_bounds): Remove. * printcmd.c (disassemble_command): Use find_pc_partial_function, not containing_function_bounds. * infcmd.c (step_1): Use find_pc_partial_function rather than trying to roll our own. Move check for a pc between SIGTRAMP_START and SIGTRAMP_END in find_pc_partial_function, not step_1.
1993-07-12 * sparc-tdep.c (sparc_frame_chain, frame_saved_pc):Jim Kingdon1-0/+8
Keep unswapped value in array of char, not REGISTER_TYPE. Use REGISTER_RAW_SIZE not sizeof (REGISTER_TYPE). (sparc_extract_struct_value_address): Use TARGET_PTR_BIT not sizeof (CORE_ADDR).
1993-07-12Add v9 sanitized entry for sparc-tdep.c.David Edelsohn1-0/+8
1993-07-12Add v9 sanitization support.David Edelsohn1-0/+25
1993-07-11* m68k.h: Define MC68KBCSMAGIC.Jim Kingdon1-0/+9
1993-07-11add dpx/2 supportJim Kingdon1-0/+4
1993-07-11 * configure.in (m68*-bull-sysv*): added support for Bull dpx2.Jim Kingdon10-0/+196
* config/m68k/{t,x,n}m-dpx2.h, dpx2-nat.c: New files. * config/m68k/dpx2.m{h,t}: New files.
1993-07-11add fileJim Kingdon1-0/+1
1993-07-11 * elfcode.h: Use memset not bzero.Jim Kingdon10-32/+179
* trad-core.c: Don't include <sys/file.h>. * i386linux.h: Include <sys/file.h>. * coff-m68k-un.c: new file to handle names with underscores on svr3 machines. * coff-m68k.c (m68k_rtype2howto): added #ifdef ONLY_DECLARE_RELOCS to not duplicate the function in the executable. (TARGET_SYM, TARGET_NAME, NAMES_HAVE_UNDERSCORE): new macros needed by coff-m68k-un.c. * coffcode.h (MC68KBCSMAGIC): case added. * targets.c: Add m68kcoffun_vec. * configure.host: added support for Bull dpx/2. * config/dpx2.mh, hosts/dpx2.h: new files. * Makefile.in: added target coff-m68k-un.
1993-07-11new for dpx2Jim Kingdon2-0/+0
1993-07-11new for dpx2Jim Kingdon6-0/+0
1993-07-11config/sparc/tm-sparc.h (PRINT_REGISTER_HOOK): Fix typo, addDavid Edelsohn1-0/+5
more parens around macro arg.
1993-07-11(PRINT_REGISTER_HOOK): Fix typo, add parens around macro arg.David Edelsohn1-3/+3
1993-07-11* gdb.t17/interrupt.exp: Test for more things.Jim Kingdon1-0/+4
1993-07-11 * infrun.c: Remove step_resume_{duplicate,shadow}. ReplaceJim Kingdon1-1/+3
step_resume_break_address with step_resume_breakpoint (now local to wait_for_inferior). ({insert,remove}_step_breakpoint): Remove. (wait_for_inferior): Set step resume break with set_momentary_breakpoint. Test hitting it with bpstat_stop_status and bpstat_what (stop_step_resume_break removed). * breakpoint.{h,c}, infrun.c: Return value from bpstat_what now struct which includes previous return value as main_action, and a step_resume bit. * breakpoint.c (delete_breakpoint): If breakpoint was inserted, and there is another breakpoint there, insert it. * infrun.c (wait_for_inferior): Rearrange the spaghetti a bit. Use a few more gotos. Various: Clean up and add comments.
1993-07-11 * infrun.c: Remove step_resume_{duplicate,shadow}. ReplaceJim Kingdon4-396/+423
step_resume_break_address with step_resume_breakpoint (now local to wait_for_inferior). ({insert,remove}_step_breakpoint): Remove. (wait_for_inferior): Set step resume break with set_momentary_breakpoint. Test hitting it with bpstat_stop_status and bpstat_what (stop_step_resume_break removed). * breakpoint.{h,c}, infrun.c: Return value from bpstat_what now struct which includes previous return value as main_action, and a step_resume bit. * breakpoint.c (delete_breakpoint): If breakpoint was inserted, and there is another breakpoint there, insert it. * infrun.c (wait_for_inferior): Rearrange the spaghetti a bit. Use a few more gotos. Various: Clean up and add comments.
1993-07-10 * infrun.c [TDESC]: Remove remaining tdesc code (see ChangeLogJim Kingdon2-22/+42
for Wed Nov 13 16:45:13 1991).
1993-07-10 * values.c, value.h (modify_field), callers: Make fieldval a LONGEST.Jim Kingdon4-12/+19
* h8300-tdep.c (NEXT_PROLOGUE_INSN): Make pword1 an INSN_WORD * not short *. * findvar.c, defs.h ({extract,store}_{signed_integer,unsigned_integer,address}): New routines to replace SWAP_TARGET_AND_HOST. All over: All uses of SWAP_TARGET_AND_HOST on integers replaced.
1993-07-10 * findvar.c, defs.hJim Kingdon16-489/+197
({extract,store}_{signed_integer,unsigned_integer,address}): New routines to replace SWAP_TARGET_AND_HOST. All over: All uses of SWAP_TARGET_AND_HOST on integers replaced.
1993-07-10doc/as.texinfoRoland Pesch1-0/+4
1993-07-10Updates for Hitachi H8/300HRoland Pesch1-146/+243
1993-07-09* run.c (main): Add -h flag to enable h8/300h emulation.David Edelsohn3-20/+61
* compile.c: Rename Hmode to HMODE (consistency with gdb). (set_h8300h): New function. (sim_resume): Add support for extu,exts insns. (sim_resume): Fix logical right shifting. (sim_resume, label alu32): Fix setting of carry flag.
1993-07-09xJim Kingdon1-0/+3