summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * a29k-tdep.c (read_register_stack): Make val static.Jim Kingdon1993-07-122-1/+5
|
* h8300 stuff.David Edelsohn1993-07-121-0/+6
|
* (REGISTER_CONVERTIBLE): Change value to 0.David Edelsohn1993-07-121-8/+5
| | | | | (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Move def'n to usual spot.
* handle our SCO name betterDavid D. Zuhn1993-07-121-0/+3
|
* fix definitions of md_create_long_jump, md_create_short_jump,Mark Eichin1993-07-1211-2135/+10727
| | | | md_number_to_chars, and md_section_align to correctly use valueT and addressT
* * ldlang.c (lang_process): Use sizeof instead of magic constant.David MacKenzie1993-07-123-55/+131
| | | | | | * ldmain.c (get_emulation, check_for_scripts_dir, set_scripts_dir): New functions. (main): Call them.
* update use of valueT and addressTMark Eichin1993-07-121-6/+6
|
* * stabs.texinfo: N_MAIN is sometimes used for C.Jim Kingdon1993-07-122-15/+18
|
* * c-valprint.c (c_val_print): Fix thinko with unspecified lengthJim Kingdon1993-07-122-2/+6
| | | | arrays.
* * hppa-tdep.c (find_proc_framesize): If there is a frame pointer,Jim Kingdon1993-07-122-0/+10
| | | | use it.
* * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.Jim Kingdon1993-07-121-0/+4
|
* improve comment about Sun accJim Kingdon1993-07-121-24/+42
|
* config/obj-elf.c (obj_elf_section): Allow `@' to introduce an attribute name.Ken Raeburn1993-07-122-1/+7
| | | | Handle `execinstr' attribute.
* configure.in, elf.sc changesKen Raeburn1993-07-121-0/+8
|
* Include .init, .fini, .rodata sections.Ken Raeburn1993-07-121-4/+8
| | | | | Create symbol "end" instead of "__end". Comment out some parts that may not be needed (yet) for elf.
* Solaris 2 support; sparc64 sanitization.Ken Raeburn1993-07-122-0/+24
|
* fix valuesKen Raeburn1993-07-121-3/+3
|
* Solaris 2 configuration; sparc64 sanitization.Ken Raeburn1993-07-122-0/+21
|
* Handle sparc64-* before sparc*.Ken Raeburn1993-07-121-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).
* Changes to reloc.c, libelf.h, config/sparc-elf.mt.Ken Raeburn1993-07-121-0/+9
|
* regeneratedKen Raeburn1993-07-121-2/+3
|
* Use {start,end}-sanitize-v9 instead of `v9' on every line to be removed.Ken Raeburn1993-07-121-2/+4
|
* (struct elf_obj_tdata): Add field `thunk'.Ken Raeburn1993-07-121-0/+1
|
* (enum bfd_reloc_code_real): Move SPARC_BASE13 and SPARC_WDISP19 to moreKen Raeburn1993-07-121-92/+78
| | | | | appropriate places. (bfd_perform_relocation): Whitespace changes, more comments.
* (sparc_reloc_map): Remove duplicate WDISP19 entry.Ken Raeburn1993-07-121-1/+0
|
* Clean v9 stuff from reloc.c and bfd-in2.h also.Ken Raeburn1993-07-121-12/+8
|
* * config/tc-mips.c (mips_ip): Don't warn on 'i' or 'j' mismatch ifIan Lance Taylor1993-07-122-2/+17
| | | | there is another alternative for the instruction.
* * symtab.c (decode_line_1): Use end of block to figure out whetherJim Kingdon1993-07-126-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.
* * sparc-tdep.c (sparc_frame_chain, frame_saved_pc):Jim Kingdon1993-07-121-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).
* Add v9 sanitized entry for sparc-tdep.c.David Edelsohn1993-07-121-0/+8
|
* Add v9 sanitization support.David Edelsohn1993-07-121-0/+25
|
* * m68k.h: Define MC68KBCSMAGIC.Jim Kingdon1993-07-111-0/+9
|
* add dpx/2 supportJim Kingdon1993-07-111-0/+4
|
* * configure.in (m68*-bull-sysv*): added support for Bull dpx2.Jim Kingdon1993-07-1110-0/+196
| | | | | * config/m68k/{t,x,n}m-dpx2.h, dpx2-nat.c: New files. * config/m68k/dpx2.m{h,t}: New files.
* add fileJim Kingdon1993-07-111-0/+1
|
* * elfcode.h: Use memset not bzero.Jim Kingdon1993-07-1110-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.
* new for dpx2Jim Kingdon1993-07-112-0/+0
|
* new for dpx2Jim Kingdon1993-07-116-0/+0
|
* config/sparc/tm-sparc.h (PRINT_REGISTER_HOOK): Fix typo, addDavid Edelsohn1993-07-111-0/+5
| | | | more parens around macro arg.
* (PRINT_REGISTER_HOOK): Fix typo, add parens around macro arg.David Edelsohn1993-07-111-3/+3
|
* * gdb.t17/interrupt.exp: Test for more things.Jim Kingdon1993-07-111-0/+4
|
* * infrun.c: Remove step_resume_{duplicate,shadow}. ReplaceJim Kingdon1993-07-111-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.
* * infrun.c: Remove step_resume_{duplicate,shadow}. ReplaceJim Kingdon1993-07-114-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.
* * infrun.c [TDESC]: Remove remaining tdesc code (see ChangeLogJim Kingdon1993-07-102-22/+42
| | | | for Wed Nov 13 16:45:13 1991).
* * values.c, value.h (modify_field), callers: Make fieldval a LONGEST.Jim Kingdon1993-07-104-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.
* * findvar.c, defs.hJim Kingdon1993-07-1016-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.
* doc/as.texinfoRoland Pesch1993-07-101-0/+4
|
* Updates for Hitachi H8/300HRoland Pesch1993-07-101-146/+243
|
* * run.c (main): Add -h flag to enable h8/300h emulation.David Edelsohn1993-07-093-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.
* xJim Kingdon1993-07-091-0/+3
|
OpenPOWER on IntegriCloud