832
I Use This!
Very High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 15 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More additions and changes for Lynx. More... over 30 years ago
* stabs.texinfo (Include Files): Fix typo (start -> end). More... over 30 years ago
* config/news-mips.mh, hosts/news-mips.h: New files. More... over 30 years ago
* hppa.h: Add gfw and gfr to the opcode table. More... over 30 years ago
* Makefile.in, coff-solib.c, coff-solib.h, i386lynx.mt, tm-i386lynx.h: Add support for SVR3 COFF shared libraries. More... over 30 years ago
* mipsread.c, objfiles.c, utils.c: Use PTR not void *. RISC/OS 4.02 lacks void *. * elfread.c: Use void * not PTR inside PARAMS. More... over 30 years ago
* config/mips/news-mips.mh: Remove coredep.o; mips-nat.o does it. * config/mips/news-mips.mh: Define NAT_FILE not NM_FILE. * config/mips/nm-news-mips.h: Include mips/nm-mips.h not nm-mips.h. More... over 30 years ago
* config/news-mips.mh, hosts/news-mips.h: New files. * configure.host: Use news-mips for mips-sony-bsd*. More... over 30 years ago
new for mips corefiles More... over 30 years ago
* Makefile.in, coff-solib.c, coff-solib.h, i386lynx.mt, tm-i386lynx.h: Add support for SVR3 COFF shared libraries. More... over 30 years ago
* m88k-nat.c (store_inferior_registers): When writing all registers, don't try to write EXIP_REGNUM or ENIP_REGNUM (not needed for this case, and they cause trouble). More... over 30 years ago
* TODO: Don't suggest doing fast watchpoints by stepping a line at a time. That would be really hairy and still not fast enough. Do suggest debug registers and page table diddling. More... over 30 years ago
* configure.in: i386lynx_coff_vec requires coff-i386lynx.o. * coff-i386lynx.c: New file, defines Lynx target vector and name, includes coff-i386.c. * coff-i386.c (i386coff_vec): Allow redefinition of target vector symbol and name, if TARGET_SYM and/or TARGET_NAME are defined. * i386lynx.c: Remove coff vector definition entirely. (lynx_32_swap_ext_reloc_in): Define. (lynx_32_swap_std_reloc_in): Define, get reloc bits in i386 Lynx-specific way. (lynx_32_swap_ext_reloc_out): Define. (lynx_32_swap_std_reloc_out): Define. (lynx_32_slurp_reloc_table): Define, call Lynx swapping fns. (lynx_32_squirt_out_relocs): Define, call Lynx swapping fns. (lynx_32_canonicalize_reloc): Define, call Lynx swapping fns. (WRITE_HEADERS): Define, call Lynx swapping fns. More... over 30 years ago
Makefile.in: correct out-of-date TEXIDIR default ld.texinfo: (a) fix INPUT cmd description (b) fix bad formatting in FSF style (warning examples) (c) add some index entries on warnings More... over 30 years ago
* printcmd.c (do_examine): Make meaning of 'h', 'w', and 'g' not depend on builtin_type_*. Instead, it is always 2, 4, and 8 bytes like the documentation says. * printcmd.c (decode_format) [CC_HAS_LONG_LONG]: Remove 'l' as synonym for 'g'. This was never documented, it shouldn't depend on CC_HAS_LONG_LONG, and I don't see what's wrong with 'g'. More... over 30 years ago
Modified Files: ChangeLog More... over 30 years ago
Modified Files: symtab.c ChangeLog More... over 30 years ago
Delete obsolete text (which was @ignore'd since July). More... over 30 years ago
Assorted small improvements, mostly from FSF editing pass (Melissa). More... over 30 years ago
* ldlang.c (lang_add_input_file): If it's a library brought in by INPUT(), then change the file type to lang_input_file_is_l_enum. * ldgram.y: In input_list, change lang_input_file_is_file_enum to lang_input_file_is_search_file_enum so objects brought in using INPUT() do a path lookup. More... over 30 years ago
* m88k-nat.c (fill_gregset): Fix typo (R_SFIP -> R_FIP). More... over 30 years ago
Makefile.in (binutils.dvi): use TEXIDIR to find texinfo.tex binutils.texi (ar): improve synopsis lines (strings): fix overfull box in synopsis (passim) remove some contractions More... over 30 years ago
* c-typeprint.c (c_type_print_base, TYPE_FN_FIELD_STUB code): If demangled name lacks a colon, don't dump core. More... over 30 years ago
reloc.c (bfd_reloc_code_type): Add linkage-table relative reloc of size 8, 16, 32. Sort generic relocs by type, not size. Added a little documentation too. More... over 30 years ago
* blockframe.c (find_pc_partial_function): If pst->readin is set, don't try to get symbols from pst. More... over 30 years ago
* inflow.c (generic_mourn_inferior): Call reinit_frame_cache instead of doing it ourself. * blockframe.c (reinit_frame_cache): Use code which was in generic_mourn_inferior so we can use this function even when we have switched targets. * corelow.c (core_detach): Call reinit_frame_cache. * target.c (target_detach): Don't call generic_mourn_inferior (revert yesterday's change, now handled by core_detach). * objfiles.c (free_objfile): Detach any core file if we call SOLIB_CLEAR. #include target.h. More... over 30 years ago
* corelow.c (core_detach): Call reinit_frame_cache. * target.c (target_detach): Don't call generic_mourn_inferior (revert yesterday's change, now handled by core_detach). * objfiles.c (free_objfile): Detach any core file if we call SOLIB_CLEAR. #include target.h. More... over 30 years ago
* fork-child.c (fork_inferior): Don't call target_terminal_init and target_terminal_inferior until we are sure that the inferior has called gdb_setpgid. This fixes PR 2900 (Schauer tracked it down and was able to reliably reproduce it by putting a sleep() before the gdb_setpgid()). More... over 30 years ago
* c-exp.y, m2-exp.y: Change type of address for msymbol to builtin_type_long. * infptrace.c (fetch_register, store_inferior_register, child_xfer_memory): Use PTRACE_XFER_TYPE for the type of ptrace transfers. Provide an `int' default for PTRACE_XFER_TYPE. More... over 30 years ago
* defs.h (TARGET_*_BIT): Don't use host information (sizeof) in picking defaults. More... over 30 years ago