Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2001-03-06 J.T. Conklin <jtc@redback.com>jimb_gnu_v3_branchpoint | J.T. Conklin | 2001-03-07 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * symtab.h (decode_line_1): Removed declaration. * symfile.c (#include <assert.h>): Removed. * arch-utils.c (#include <ctype.h>): Removed. * c-typeprint.c: Likewise. * dbxread.c: Likewise. * gdbtypes.c: Likewise. * target.c: Likewise. * os9kread.c: Likewise. * c-valprint.c (#include "demangle.h"): Removed. * ch-typeprint.c: Likewise. * eval.c: Likewise. * f-typeprint.c: Likewise. * f-valprint.c: Likewise. * m2-typeprint.c: Likewise. * typeprint.c: Likewise. * p-typeprint.c: Likewise. * valarith.c: Likewise. * valprint.c: Likewise. * m2-typeprint.c (#include "gdb_string.h"): Removed. * nlmread.c: Likewise. * mdebugread.c (#include "gdb-stabs.h"): Removed. * minsyms.c: Likewise. * mipsread.c: Likewise. * nlmread.c: Likewise. * m2-typeprint.c (#include "obstack.h"): Removed. * m2-valprint.c: Likewise. * event-loop.c (#include <setjmp.h>): Removed. | ||||
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -1/+2 |
| | |||||
* | Replace calls to abort() with calls to internal_error(). | Kevin Buettner | 2001-02-25 | 1 | -1/+1 |
| | |||||
* | * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++. | Jason Merrill | 2001-01-19 | 1 | -1/+11 |
| | | | | | (process_one_symbol): Likewise. * dwarfread.c (handle_producer): Likewise. | ||||
* | Replace free() with xfree(). | Kevin Buettner | 2000-12-15 | 1 | -6/+6 |
| | |||||
* | 2000-12-08 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 2000-12-08 | 1 | -1/+1 |
| | | | | | | | * alpha-tdep.c: Fix typo in comment. * dbxread.c: Fix typo in comment. * fr30-tdep.c: Fix typo: newline missing after comment. * mcore-tdep.c: Fix typo in comment. | ||||
* | Spelling correction in comment: dependant->dependent | David Anderson | 2000-09-01 | 1 | -3/+3 |
| | |||||
* | Protoization. | Kevin Buettner | 2000-08-21 | 1 | -7/+3 |
| | |||||
* | Protoization.gdb-post-protoization-2000-07-29 | Kevin Buettner | 2000-07-30 | 1 | -101/+43 |
| | |||||
* | Eliminate PARAMS from function pointer declarations.gdb-post-params-removal-2000-06-04 | Kevin Buettner | 2000-06-04 | 1 | -3/+3 |
| | |||||
* | PARAMS removal.gdb-post-params-removal-2000-05-28 | Kevin Buettner | 2000-05-28 | 1 | -48/+27 |
| | |||||
* | Purge (almost) make_cleanup_func. | Andrew Cagney | 2000-05-22 | 1 | -1/+13 |
| | |||||
* | Cleanup discard_minimal_symbols cleanup. | Andrew Cagney | 2000-05-16 | 1 | -1/+1 |
| | |||||
* | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2000-05-04 | 1 | -26/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * objfiles.h (SECT_OFF_DATA, SECT_OFF_TEXT, SECT_OFF_BSS, SECT_OFF_RODATA): Define as functions of OBJFILE. Add sect_index_text, sect_index_data, sect_index_rodata, sect_index_bss to objfile structure. * gdb-stabs.h (SECT_OFF_DATA, SECT_OFF_TEXT, SECT_OFF_BSS, SECT_OFF_RODATA): Remove. * objfiles.c (allocate_objfile): Initialize sect_index_{text,data,bss,rodata} to -1, for error detection. * symfile.c (default_symfile_offsets): Initialize sect_index_{text,data,bss,rodata} from bfd information. * xcoffread.c (xcoff_symfile_offsets): Ditto. * somread.c (som_symfile_offsets): Initialize sect_index_{text,data,bss,rodata}. * coffread.c, dbxread.c, elfread.c, hp-psymtab-read.c, hp-symtab-read.c, hpread.c, mdebugread.c, minsyms.c, mipsread.c, objfiles.c, os9kread.c, pa64solib.c, partial-stab.h, remote-os9k.c, remote-vx.c, remote.c, rs6000-nat.c, somsolib.c, stabsread.c, symfile.c, xcoffread.c: Update use of SECT_OFF_{TEXT,DATA,BSS,RODATA} to depend on the current objfile. * xcoffread.c: Add new field objfile to find_targ_sec_arg. | ||||
* | import gdb-2000-01-05 snapshot | Jason Molenda | 2000-01-06 | 1 | -3/+7 |
| | |||||
* | import gdb-1999-12-06 snapshot | Jason Molenda | 1999-12-07 | 1 | -0/+1 |
| | |||||
* | import gdb-1999-09-21 | Jason Molenda | 1999-09-22 | 1 | -28/+2 |
| | |||||
* | import gdb-1999-09-08 snapshot | Stan Shebs | 1999-09-09 | 1 | -28/+21 |
| | |||||
* | import gdb-1999-08-09 snapshot | Jason Molenda | 1999-08-09 | 1 | -31/+22 |
| | |||||
* | import gdb-1999-08-02 snapshot | Jason Molenda | 1999-08-02 | 1 | -2/+2 |
| | |||||
* | import gdb-1999-07-07 post reformat | Jason Molenda | 1999-07-07 | 1 | -344/+356 |
| | |||||
* | import gdb-1999-05-25 snapshot | Jason Molenda | 1999-05-25 | 1 | -0/+2 |
| | |||||
* | import gdb-19990422 snapshot | Stan Shebs | 1999-04-26 | 1 | -5/+48 |
| | |||||
* | Initial revision | Stan Shebs | 1999-04-16 | 1 | -0/+2738 |