Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-08-05 | * dwarfread.c (bfd.h): Don't include. | Stan Shebs | 2 | -4/+7 | |
1994-08-05 | Don't dereference invalid pointers in procfs_mourn_inferior | Thomas Lord | 2 | -2/+13 | |
1994-08-05 | * i386-nlmstub.c (handle_exception): Point the PC at _exit() to | J.T. Conklin | 2 | -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 Chamberlain | 2 | -4/+13 | |
* config/sh/stub.c: New file. | |||||
1994-08-04 | New file. (stan said I could put it here) | Steve Chamberlain | 3 | -0/+1556 | |
1994-08-04 | * target.c (find_default_run_target): Make sure to_can_run is set | Stu Grossman | 1 | -0/+5 | |
before calling it. | |||||
1994-08-04 | * configure: Simplify Jun 2 1994 change. | Jean Marie Diaz | 1 | -0/+4 | |
1994-08-04 | Fix up namespace handling in last patch. | Jean Marie Diaz | 2 | -1/+3 | |
1994-08-04 | * TODO: Remove note about fast watchpoints and remove obsolete | Jean Marie Diaz | 2 | -63/+6 | |
Mach stuff. | |||||
1994-08-04 | * ldlex.l (yy_create_string_buffer): Handle change to internal | Jean Marie Diaz | 1 | -0/+5 | |
interface in flex 2.4.7. | |||||
1994-08-04 | * config/i386/xm-i386v4.h, config/m68k/xm-m68kv4.h, | Stan Shebs | 5 | -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 target | Stu Grossman | 2 | -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 command | Stu Grossman | 2 | -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 Diaz | 2 | -2/+34 | |
(coff_bfd_reloc_type_lookup): Define. | |||||
1994-08-04 | * os9k.h: Comment out apparently-unused declarations. | Jean Marie Diaz | 2 | -0/+180 | |
1994-08-04 | * config/i386/i386m3.mh (NAT_CLIBS): Add -lmachid and -lnetname. | Jean Marie Diaz | 4 | -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 which | Jean Marie Diaz | 1 | -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 Shebs | 2 | -1/+1 | |
1994-08-04 | * breakpoint.c (breakpoint_1): Improve pluralization in display | Stan Shebs | 1 | -0/+3 | |
of breakpoint hit counts. | |||||
1994-08-03 | * coff-i960.c (coff_i960_relocate): Rewrote to change relocs | Jean Marie Diaz | 2 | -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 field | Stan Shebs | 5 | -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-03 | Wed Aug 3 10:34:37 1994 Eric Youngdale (ericy@cais.cais.com) | Jean Marie Diaz | 1 | -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-03 | LynxOS changes | David Henkel-Wallace | 3 | -3/+14 | |
1994-08-02 | * defs.h (bfd_read, bfd_seek): Remove declarations. | Stan Shebs | 3 | -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 test | Jean Marie Diaz | 1 | -0/+3 | |
in aoutx.h work correctly. | |||||
1994-08-02 | * config/netware.exp: New file. | J.T. Conklin | 2 | -0/+6 | |
1994-08-02 | * inflow.c (kill_command): Fix a bug which prevented target | J.T. Conklin | 2 | -2/+6 | |
programs to be killed. | |||||
1994-08-02 | Tue Aug 2 11:52:06 1994 Eric Youngdale (ericy@cais.cais.com) | Jean Marie Diaz | 1 | -0/+9 | |
* emultempl/linux.em (gld${EMULATION_NAME}_find_address_statement): New function; add 0x20 to any use of -Ttext. (gld${EMULATION_NAME}_create_output_section_statements): New function. (ld_${EMULATION_NAME}_emulation): Use the new function gld${EMULATION_NAME}_create_output_section_statements. | |||||
1994-08-02 | * coff-i960.c (coff_i960_relocate): New function. | Jean Marie Diaz | 2 | -5/+35 | |
(howto_rellong, howto_iprmed): Use it as special_function. | |||||
1994-08-02 | * libbfd-in.h: Move declarations of bfd_read, bfd_write, bfd_seek, | Jean Marie Diaz | 1 | -0/+8 | |
bfd_tell, bfd_flush, and bfd_stat from here... * bfd-in.h: ...to here, to make them visible to programs which know more about the object file format than BFD does. * libbfd.h, bfd-in2.h: Rebuilt. | |||||
1994-08-02 | * defs.h: Change two-line declarations to one-line form. | Stan Shebs | 3 | -287/+185 | |
(NORETURN): Define as "volatile" only for older GCCs. (ATTR_NORETURN): Define for newer GCCs. * procfs.c (proc_init_filed): Add ATTR_NORETURN to declaration. | |||||
1994-08-02 | * breakpoint.c (mention), main.c (fputs_unfiltered): Add comments. | Jean Marie Diaz | 3 | -5/+31 | |
* breakpoint.c (delete_breakpoint, enable_breakpoint, disable_breakpoint): Don't call breakpoints_changed; it is now called via the *_breakpoint_hook functions. * annotate.c (_initialize_annotate, breakpoint_changed): New functions. | |||||
1994-08-01 | Forgot to check this in. | Jean Marie Diaz | 1 | -0/+2 | |
1994-08-01 | * elfcode.h (map_program_segments): Check DYNAMIC as well as EXEC_P. | Jean Marie Diaz | 1 | -2/+2 | |
(assign_file_positions_except_relocs): Likewise. | |||||
1994-08-01 | * elf64-sparc.c (ELF_MAXPAGESIZE): Define. | Jean Marie Diaz | 1 | -0/+2 | |
1994-08-01 | * nlmheader.y: Per current NetWare docs, accept a revision number | Jean Marie Diaz | 1 | -0/+5 | |
of 0 and treat a revision number greater than 26 as 0. | |||||
1994-08-01 | ELF linker patches from Eric Youngdale <ericy@cais.cais.com>. | Jean Marie Diaz | 2 | -10/+21 | |
* elfcode.h (elf_link_create_dynamic_sections): Set type of _DYNAMIC to STT_OBJECT. (NAME(bfd_elf,record_link_assignment)): Always create hash table entry. Set type to STT_OBJECT. (elf_link_output_extsym): Don't set type of weak defined symbol to STB_WEAK if symbol was referenced. * elf32-i386.c (elf_i386_create_dynamic_sections): Set type of _GLOBAL_OFFSET_TABLE to STT_OBJECT. (elf_i386_check_relocs): Ignore local PLT32 relocs. (elf_i386_relocate_section): Treat local PLT32 relocs as PC32. | |||||
1994-08-01 | * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and | Jean Marie Diaz | 1 | -0/+5 | |
SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994. | |||||
1994-08-01 | * gdbint.texinfo: Put regex conditionals in their own table. | Stan Shebs | 2 | -0/+8 | |
1994-08-01 | Mon Aug 1 17:55:53 1994 Fred Fish (fnf@cygnus.com) | Jean Marie Diaz | 1 | -0/+5 | |
* ptrace-core.c (ptrace_unix_core_file_p): Convert zalloc usage to bfd_zalloc. | |||||
1994-08-01 | * elfcode.h (elf_adjust_dynamic_symbol): Correct weak symbol | Ian Lance Taylor | 2 | -5/+7 | |
handling again. | |||||
1994-08-01 | Modified Files: | Kung Hsu | 2 | -1/+5 | |
stabsread.c ChangeLog * stabsread.c (read_type): Fix a bug in enum size calculation. | |||||
1994-08-01 | * config/tc-hppa.c (create_new_space): Initialize sd_subspaces | Jeff Law | 2 | -0/+4 | |
field in the space chain. | |||||
1994-08-01 | * scripttempl/mips.sc: Redo script to set . outside of sections | Ian Lance Taylor | 1 | -0/+5 | |
and not bother to explicitly specify section addresses. | |||||
1994-08-01 | * configure.host (sparc-*-solaris2*): Use sysv4, not solaris2. | Ian Lance Taylor | 1 | -1/+0 | |
* hosts/solaris2.h: Remove. * config/solaris2.mh: Remove. | |||||
1994-08-01 | * elfcode.h (elf_slurp_reloc_table): Don't try to read the relocs | Ian Lance Taylor | 2 | -2/+7 | |
if there aren't any. | |||||
1994-08-01 | * configure.host (sparc-*-solaris2*): Use sysv4, not solaris2. | Ian Lance Taylor | 2 | -10/+6 | |
* hosts/solaris2.h: Remove. * config/solaris2.mh: Remove. | |||||
1994-08-01 | * hppa-tdep.c (compare_unwind_entries): Add "const" to both | Jeff Law | 2 | -4/+7 | |
argument types to shut up GCC. | |||||
1994-08-01 | * config/tc-hppa.c (tc_gen_reloc): Cast return value from | Jeff Law | 1 | -0/+5 | |
hppa_gen_reloc_type. | |||||
1994-08-01 | * config/tc-hppa.c (tc_gen_reloc): Cast return value from | Jeff Law | 1 | -1/+6 | |
hppa_gen_reloc_type. |