aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
1994-08-04 * coff-m68k.c (_bfd_coff_m68k_reloc_type_lookup): New function.Jean Marie Diaz2-2/+34
(coff_bfd_reloc_type_lookup): Define.
1994-08-04* os9k.h: Comment out apparently-unused declarations.Jean Marie Diaz2-0/+180
1994-08-04 * config/i386/i386m3.mh (NAT_CLIBS): Add -lmachid and -lnetname.Jean Marie Diaz4-10/+59
* m3-nat.c, config/nm-m3.h: #if 0 REQUEST_QUIT stuff. * m3-nat.c: Pass argument to return_to_top_level. Declare m3_kill_inferior before use. (port_chain_insert): In "can't happen" case, abort rather than setting `mid' to large decimal constant (which gcc warns about). (get_thread_name): Use cast to convert const char * to char *. (add_mach_specific_commands): #if 0 "thread break" command. (m3_trace_him): Call push_target. (mach_really_wait): New argument pid; remove unused variable pid. (intercept_exec_calls): Call target_terminal_init and target_terminal_inferior once the child execs. * infrun.c (proceed): Pass argument to PREPARE_TO_PROCEED.
1994-08-04 * elfcode.h (elf_bfd_final_link): Force the vma of sections whichJean Marie Diaz1-0/+6
do not have SEC_ALLOC set to be 0. This is needed to handle relocs against debugging sections.
1994-08-04 * ch-lang.c (chill_language_defn): Ditto.Stan Shebs2-1/+1
1994-08-04 * breakpoint.c (breakpoint_1): Improve pluralization in displayStan Shebs1-0/+3
of breakpoint hit counts.
1994-08-03 * coff-i960.c (coff_i960_relocate): Rewrote to change relocsJean Marie Diaz2-7/+47
against locally defined symbols into relocs against section symbols, for VxWorks 5.1.
1994-08-03 * language.h (struct language_defn): Remove unused fieldStan Shebs5-15/+11
la_longest_float. (longest_float): Remove, no longer used. * language.c (unknown_language_defn, auto_language_defn, local_language_defn): Remove init of la_longest_float field. * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn): Ditto. * m2-lang.c (m2_language_defn): Ditto.
1994-08-03Wed Aug 3 10:34:37 1994 Eric Youngdale (ericy@cais.cais.com)Jean Marie Diaz1-0/+10
* i386linux.c (linux_add_one_symbol): Only handle SHARABLE_CONFLICTS specially if BSF_CONSTRUCTOR is set. Set hashp for a GOT or PLT symbol. Set jump field of fixup for a PLT symbol. (linux_tally_symbols): Check section of real symbol. When looking for a builtin fixup, check builtin and jump flags. Create no more than one fixup, and always create one if the real symbol is in the absolute section. Only strip absolute symbols.
1994-08-03LynxOS changesDavid Henkel-Wallace3-3/+14
1994-08-02 * defs.h (bfd_read, bfd_seek): Remove declarations.Stan Shebs3-2/+5
* os9kread.c, rs6000-nat.c (libbfd.h): Don't include.
1994-08-02 * hp300hpux.c (BMAGIC): Define as HPUX_DOT_O_MAGIC, to make testJean Marie Diaz1-0/+3
in aoutx.h work correctly.