832
I Use This!
Very High Activity

Commits : Listings

Analyzed 8 minutes ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
write.c, configure.in changes More... over 30 years ago
(write_relocs) [RELOC_EXPANSION_POSSIBLE]: Declare tc_gen_reloc correctly. More... over 30 years ago
Deleted explicit "return" statements without values at the ends of functions. More... over 30 years ago
* libaout.h, netbsd386.c: Change M_I386 to M_386_NETBSD. M_I386 is an SCO pre-define. More... over 30 years ago
add an alias for data section type More... over 30 years ago
break dcache out of remote-nindy.c More... over 30 years ago
* mipsread.c (parse_partial_symbols): Use language from FDR if it is unambigous. Patch from [email protected] (Paul Flinders). * mipsread.c (ecoff_symfile_info): New struct to hold the global pending_list. * mipsread.c (mipscoff_symfile_init, parse_partial_symbols): Allocate the global pending list and link it to the objfile. * mipsread.c (is_pending_symbol, add_pending): Use global pending list from objfile. Allocate pending list entries from the psymbol_obstack. * mipsread.c (free_pending): Remove. The pending list is now freed when the psymbol_obstack is freed. * mipsread.c (psymtab_to_symtab1): Remove pending list allocation, the global pending list is used now. * mipsread.c (parse_partial_symbols): Skip only the first file indirect entry when building the dependency list. More... over 30 years ago
break dcache code out of remote.c More... over 30 years ago
pulling dcache code out of remote.c More... over 30 years ago
* config/udi-gdb.exp: gdb_exit now kills any isstip processes still running and removes the leftover named socket so GDb can do clean restarts. More... over 30 years ago
Just a little cleanup. Made gdb_exit "kill" any isstip's still running and blow away the socket. GDB now restarts beautifully. More... over 30 years ago
comment change More... over 30 years ago
break dcache code out of remote-bug.c More... over 30 years ago
* stabs.texinfo: Initial-caps all words in node names and non-trivial words in section names. More... over 30 years ago
* objdump.c (ARCH_all): Define ARCH_hppa too. (dump_headers): Don't test for SEC_BALIGN if it's not defined by bfd.h. More... over 30 years ago
* nlmconv.c (main): Force creation of .bss section. Set up the sections before looking at the symbols. Move all common symbols into .bss section. Automatically define _edata and _end. Only export symbols in the export list, with multiple prefixes if necessary. Warn if no version. Always create extended header. Set date automatically if not already set. (setup_sections): Count size of bss sections. (mangle_relocs, i386_mangle_relocs): Accept section argument, and take reloc_count as a changeable pointer; changed callers. (i386_mangle_relocs): Remove PC relative relocs within a section, as they require no adjustment. * nlmheader.y: Fixed memory allocation throughout: token STRING is now allocated on the heap, and freed if not needed. Null terminated copyright message. Accept version with only two strings. (symbol_list_opt): New nonterminal, either symbol_list or empty. (symbol_list): Use left recursion to avoid overflowing parser stack. (yylex): Rearranged beginning of line check. Accept quoted strings using single quotes. End generic argument at comment character or parentheses. (string_list_append): Fixed. (string_list_append1): New function. More... over 30 years ago
* Makefile.in (objdump.o): Depend upon config.status to notice --with-targets changes. (nlmconv.o): Depend upon bucomm.h. More... over 30 years ago
* nlmcode.h (nlm_object_p): Set HAS_SYMS if there are external references. (nlm_swap_auxiliary_headers_{in,out}): The copyright length is only one byte. (nlm_get_symtab_upper_bound): Include debugging symbols in symbol count. (nlm_slurp_symbol_table): Make symlength unsigned. Read debugging symbols as BFD local symbols. (nlm_write_object_contents): Don't bother writing out exported symbols more than once; they now appear in the symbol table more than once (with and without a prefix) if necessary. Set offset values to be non-zero as NLMLINK does. More... over 30 years ago
* libhppa.h: Restore #undefs of e_fsel and other e_* symbols. More... over 30 years ago
* configure.in: Match *-*-solaris2* not *-sun-solaris2*. More... over 30 years ago
* c-typeprint.c (c_print_type_base): Treat show = 0 just like show < 0. The only case where we had been distinguishing is that show = 0 used to print "struct " or "enum " instead of "struct {...}" or "enum {...}" which seems clearly wrong. More... over 30 years ago
* stabs.texinfo: Many minor cleanups. More... over 30 years ago
* stabs.texinfo: Many minor cleanups. More... over 30 years ago
don't run fixproto on gcc-no-fixedincludes More... over 30 years ago
recognize m88110 More... over 30 years ago
* gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the console, not GDB. * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so cross testing works better with "make check" * config/unix-gdb: Use default procedures for exit and version. * config/vx-gdb.exp: Cleaned up and massaged back to working order with the newest VxWorks. More... over 30 years ago
Use default version procedure. More... over 30 years ago
Add default gdb version so it can be shared. More... over 30 years ago
Make gdb_exit into default_gdb_exit so it can be shared. More... over 30 years ago
Use default_gdb_exit now. More... over 30 years ago