Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-14 | regen. | Federico G. Schwindt | |
2002-05-14 | ops, add missing vax vector. | Federico G. Schwindt | |
2002-05-13 | - Sync changes between source and generated files (ie., changes existing | Federico G. Schwindt | |
only in the generated files). - Regen. Whenever is possible, changes should be done to the source files (.am, .in). That way is easier to track and merge local changes when importing. | |||
2002-05-13 | pull some demangler changes as with the libiberty counterpart to please | Federico G. Schwindt | |
binutils; actually both files should be the same. | |||
2002-05-13 | don't incorrectly match powerpc or any other openbsd arch for the | Federico G. Schwindt | |
case; from binutils -current. | |||
2002-05-13 | import binutils 2.14 (excluding testsuites, .info files, and .po files) | Federico G. Schwindt | |
2002-05-13 | hppa pieces; don't regenerate yet. | Federico G. Schwindt | |
2002-05-13 | resolve conflicts. | Federico G. Schwindt | |
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-08 | includes should be installed during `make include', not later. | Marc Espie | |
Fixes this for lex and binutils' bfd. Also, do not install ansidecl.h, we don't really need it, bfd.h uses it, and we installed it so that bfd worked, so let bfd.h include it directly. prompted by mickey@ | |||
2002-05-08 | No more need to build this gprof on ELF archs. We use the native one now. | Artur Grabowski | |
2002-04-08 | correct shared libs support in sparc64 gdb; deraadt@ ok. | Federico G. Schwindt | |
2002-04-04 | use v9a disassembler. no more unknown insn. | Federico G. Schwindt | |
2002-04-04 | more changes from gdb-current. allows bt to work correctly; deraadt@ ok. | Federico G. Schwindt | |
2002-04-03 | disable mmalloc for sparc64; fgs ok | Theo de Raadt | |
2002-04-03 | more stuff adapted from gdb -current. | Federico G. Schwindt | |
2002-04-03 | more sparc64 specific code. | Federico G. Schwindt | |
2002-04-02 | enable gdb in sparc64; deraadt@ ok. | Federico G. Schwindt | |
2002-04-02 | update to a more recent version. should fix the getcwd corruption | Federico G. Schwindt | |
seen in sparc64 gdb; deraadt@ ok. | |||
2002-04-02 | Leave space for terminating NULL if empty symbol table. from bfd-current | Federico G. Schwindt | |
via pr 2447; deraadt@ ok. | |||
2002-04-02 | sparc64 support. | Federico G. Schwindt | |
2002-04-02 | wrap sparc64 specific things around ifdef to avoid pollution in sparc. | Federico G. Schwindt | |
2002-04-02 | don't use a specific file for sparc64 defines, move them to tm-sp64.h. | Federico G. Schwindt | |
also, i change the GDB_TARGET_IS_SPARC64 back to old behavior, is not that hard to back port things from gdb-current. | |||
2002-04-02 | move things around so host part can be reused by sparc64. | Federico G. Schwindt | |
2002-04-01 | unbreak gdb in sparc with my last commit. | Federico G. Schwindt | |
2002-04-01 | deal with stack bias in sparc64. | Federico G. Schwindt | |
2002-04-01 | sparc64 native defines to compensate for stack bias. | Federico G. Schwindt | |
2002-03-31 | sparc64 host configuration. | Federico G. Schwindt | |
2002-03-31 | fixed my previous commit. | Federico G. Schwindt | |
2002-03-31 | define GDB_TARGET_IS_SPARC64 to 1; from gdb-current. | Federico G. Schwindt | |
helps back porting sparc-tdep.c stuff needed by sparc64 gdb. | |||
2002-03-31 | sparc64 native support; from NetBSD. | Federico G. Schwindt | |
more pieces are comming. | |||
2002-03-31 | recognize coredumps in sparc64 (for gdb); deraadt@ ok. | Federico G. Schwindt | |
2002-03-24 | remove /lib and /usr/local/lib from the default search path for the | Brad Smith | |
native linker. -- Ok'd by: pval@, fgsch@ and espie@ | |||
2002-03-19 | When one shared library requires another, it will try to locate the | Peter Valchev | |
required shared library and include it in the link if it's not specified explicitly. This change makes ld look at the -L arguments specified, and build search path. This avoids the need for -rpath-link, and somewhat resembles the a.out linker behaviour. However behaviour of -rpath and -rpath-link is still preserved as a GNU extension. ok drahn, espie looked at it too | |||
2002-02-17 | Get gdb (mostly) working on vax. Work by bjc@. | Hugh Graham | |
2002-02-13 | Changes necessary to configure vax. Confirmed by miod + theo. | Hugh Graham | |
2001-11-14 | Change Vax aout magic and set binary page size to 4k. | Hugh Graham | |
2001-09-25 | let configure script use GNUSYSTEM_AUX_DIR | Marc Espie | |
2001-09-24 | support sparc64 | Artur Grabowski | |
2001-09-17 | Support for arm and sparc64 platforms. ok espie | Kevin Lo | |
2001-09-13 | Support for arm. | Kevin Lo | |
2001-09-05 | Support for sparc64. gdb disabled for now. | Artur Grabowski | |
2001-09-01 | config changes to tell configure that macppc is a powerpc. Fixes this | Dale Rahn | |
issue for mvmeppc at the same time. | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |