aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1994-08-13 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble theJeff Law2-1/+14
stabs testcode.
1994-08-12 * elfcode.h (section_from_elf_index): Correct check for invalidIan Lance Taylor2-1/+4
section index.
1994-08-12 * remote.c (remote_wait): Return inferior_pid instead of 0 forStu Grossman2-10/+15
`W` message.
1994-08-12 * config.sub: Accept mips64orion and mips64orionel as a CPU name.Ian Lance Taylor1-0/+8
1994-08-12 * config/tc-mips.c (md_begin): Drop "el" from the end ofIan Lance Taylor1-0/+5
TARGET_CPU. Check for mips64orion.
1994-08-12* sparclite/aload.c (sys_error, error): Use vfprintf to variableJ.T. Conklin1-0/+5
argument lists.
1994-08-12 * elfcode.h (elf_link_add_object_symbols): If there is no symbolIan Lance Taylor2-0/+28
table, try using the dynamic symbol table. From Eric Youngdale <ericy@cais.cais.com>.
1994-08-12 * configure.host (sparc-*-solaris2*): Use solaris2, not sysv4.Ian Lance Taylor2-0/+2
The linker depends upon configuring for solaris2. * hosts/solaris2.h: New file; include hosts/sysv4.h. * config/solaris2.mh: New file; copy of config/sysv4.mh.
1994-08-11 Add support for removing named sections to objcopy and strip.Ian Lance Taylor4-3/+47
* objcopy.c (struct section_list): Define. (remove_sections): New static variable. (strip_options, copy_options): Add remove-section. (copy_usage, strip_usage): Mention -R and --remove-section. (setup_section): If section is in remove_sections list, ignore it. (copy_section): Likewise. (strip_main, copy_main): Handle -R. * binutils.texi, objcopy.1, strip.1: Document new options.
1994-08-11(concat, basename, buildargv, freeargv, strerrno, strsigno,David Edelsohn2-24/+14
errno_max, signo_max, strtoerrno, strtosigno): Delete. Include "libiberty.h" instead.
1994-08-11Remove aout-ns32k.h.Ian Lance Taylor1-1/+0
1994-08-11 * i386v-nat.c (i386_insert_nonaligned_watchpoint):Fred Fish2-11/+35
add additional argument specifying raw address to permit proper release of debug registers. (i386_insert_watchpoint, i386_insert_aligned_watchpoint): change all callers.
1994-08-10 * defs.h, top.c: Use `extern' in declarations of GUI hooks, andStu Grossman3-18/+51
define them in top.c. Add comments to the hooks.
1994-08-10(gdbsim_ops): Set `to_insert_breakpoint' and `to_remove_breakpoint' fields.David Edelsohn2-1/+7
1994-08-10 * infcmd.c (run_command): Remove comment suggesting usingJim Kingdon1-0/+5
target_has_execution instead of inferior_pid.
1994-08-10Modified Files:Kung Hsu2-0/+13
ChangeLog remote-mips.c * remote-mips.c (mips_open): add code to handle baud rate.
1994-08-10 * nlmconv.c (powerpc_mangle_relocs): Rename symvalue to sym_value,Stan Shebs1-0/+14
so as not to conflict with the symvalue typedef in bfd.h.
1994-08-10 * aoutx.h (adjust_z_magic): Make sure data section is padded toIan Lance Taylor2-11/+59
page boundary when the VMA is set by the calling program. From Eric Youngdale <ericy@cais.cais.com>.
1994-08-10 * configure.in: Recognize ppc-*-netware.Stu Grossman2-0/+40
* config/te-ppcnw.h: New file to support Power-PC/Netware configurations. Currently, it just enables the use of backslash escapes in string directives.
1994-08-09 * .Sanitize: Keep emacs19 around.Bill Cox1-0/+1
1994-08-09 * config/tc-ppc.c (ppc_stabx): Call expression directly, ratherIan Lance Taylor1-0/+4
than via pseudo_set. If expression is a symbol, move stab symbol to just after symbol from expression.
1994-08-09 * ecoff.c (ecoff_build_procs): Don't force adr of first fdr to beIan Lance Taylor1-0/+3
zero. Undoes change of June 4, 1993.
1994-08-09 * infrun.c (wait_for_inferior): Call target_resume() uponStu Grossman2-18/+74
detection of new processes. * procfs.c (create_procinfo): Return pointer to new procinfo structure. * (do_detach): Spacing & formatting cleanup. * (procfs_wait): Move wait_again label to ensure that we really wait again. On exit from fork, release new child from gdbs' clutches. * (procfs_set_sproc_trap): Enable trapping of fork and vfork.
1994-08-09 * config/tc-mips.c (md_parse_option): Accept -mcpu=4400, 4600, andIan Lance Taylor2-46/+88
orion.
1994-08-09Always keep examplesStan Shebs1-0/+1
1994-08-09 Update to ns32k support, from Ian Dall (dall@hfrd.dsto.gov.au).Stan Shebs3-97/+108
* aout-ns32k.c: Add declarations that were in aout-ns32k.h, change declarations to traditional form. (MY_reloc_howto, MY_put_reloc): Change from macro to function. (ns32k_relocate_contents): New function. * aout-ns32k.h: Remove. * cpu-ns32k.c: Add declarations that were in aout-ns32k.h, change declarations to traditional form. (ns32k_final_link_relocate): Call ns32k_relocate_contents. * netbsd532.c: Reformat to standards, add copyright notice. (ARCH): Don't define. (aout-ns32k.h): Don't include. * pc532-mach.c: Ditto.
1994-08-08Fix copyright.Steve Chamberlain1-3/+8
1994-08-08* i386-nlmstub.c (handle_exception): Wait until the thread hasJ.T. Conklin1-4/+18
been started before killing the NLM by pointing the PC at _exit().
1994-08-08 * configure.in: Configure the examples directory.Stan Shebs1-2/+2
1994-08-08 * gas/config/tc-hppa.c (md_pseudo_table): Delete redundantJeff Law1-0/+5
upper-case versions of the pseudo-ops.
1994-08-08 * config/tc-sparc.c (md_apply_fix): If we are going to generate aIan Lance Taylor1-0/+5
non PC relative reloc, don't put the addend in the object file.
1994-08-07 * config/mips/tm-irix5.h (IN_SIGTRAMP): Redefine for Irix 5,Peter Schauer1-0/+4
Irix 5 has a standard _sigtramp signal handler.
1994-08-07 * config/mips/tm-irix5.h (IN_SIGTRAMP): Redefine for Irix 5,Peter Schauer3-35/+51
Irix 5 has a standard _sigtramp signal handler. * irix5-nat.c (solib_add): Get rid of sigtramp_address handling, it is not needed for a standard _sigtramp signal handler. Add shared library sections to the section table of the target before adding the symbols. * mips-tdep.c (mips_skip_prologue): Do not skip load immediate instructions that do not prepare a stack adjustment. * regex.c (SIGN_EXTEND_CHAR): Update to emacs-19.25 definition, which does the right thing on machines where `char' is unsigned.
1994-08-07 * irix-core.c (irix_core_core_file_p): Ignore sections thatPeter Schauer1-0/+5
are not contained in the core file.
1994-08-06Sat Aug 6 01:15:02 1994 Steve Chamberlain (sac@jonny.cygnus.com)Steve Chamberlain1-1/+12
* as.h: If FOPEN_WB is not defined, do the right thing in a go32 environment. Mon Jul 11 11:34:52 1994 Steve Chamberlain (sac@jonny.cygnus.com) * config/tc-h8300.c (pint): New function for handling varying size of int pseudo op. * doc/as.texinfo: Fix typo describing .h8300h pseduop.
1994-08-06Fri Aug 5 20:55:55 1994 Jason Molenda (crash@phydeaux.cygnus.com)Jason Molenda1-0/+4
* configure.in: add i960-nindy-coff support.
1994-08-06 * remote.c (remote_open): Move setting of inferior_pid prior toStu Grossman1-0/+7
call to remote_start_remote. Also use unique value for pid to avoid confusion with read_register_pid & friends. * (remote_wait): Return inferior_pid instead of 0 in all cases.
1994-08-05 * dwarfread.c (bfd.h): Don't include.Stan Shebs2-4/+7
1994-08-05Don't dereference invalid pointers in procfs_mourn_inferiorThomas Lord2-2/+13
1994-08-05* i386-nlmstub.c (handle_exception): Point the PC at _exit() toJ.T. Conklin2-15/+30
kill the program being debugged. KillMe(), the undocumented call intended for this purpose, causes the server to hang.
1994-08-05 * remote.c (read_frame): Calculate run length encoded checksum correctly.Steve Chamberlain2-4/+13
* config/sh/stub.c: New file.
1994-08-04New file. (stan said I could put it here)Steve Chamberlain3-0/+1556
1994-08-04 * target.c (find_default_run_target): Make sure to_can_run is setStu Grossman1-0/+5
before calling it.
1994-08-04 * configure: Simplify Jun 2 1994 change.Jean Marie Diaz1-0/+4
1994-08-04Fix up namespace handling in last patch.Jean Marie Diaz2-1/+3
1994-08-04 * TODO: Remove note about fast watchpoints and remove obsoleteJean Marie Diaz2-63/+6
Mach stuff.
1994-08-04 * ldlex.l (yy_create_string_buffer): Handle change to internalJean Marie Diaz1-0/+5
interface in flex 2.4.7.
1994-08-04 * config/i386/xm-i386v4.h, config/m68k/xm-m68kv4.h,Stan Shebs5-24/+7
config/sparc/xm-sun4sol2.h (NORETURN): Don't define. * config/m88k/tm-cxux.h (ARCH_NUM_REGS): Undefine before defining.
1994-08-04 * target.c (add_target): Don't call clean_target on targetStu Grossman2-2/+14
vectors anymore. * (unpush_target): Test for to_close being set before calling. * (target_xfer_memory, target_info): Check for to_has_memory before playing with memory.
1994-08-04 * remote.c (remote_open): Set inferior_pid to make kill commandStu Grossman2-1/+18
happy. * inflow.c (kill_command): Revert change of Aug 2. Use inferior_pid to determine whether to print out "The program is not being run." message.