| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
by the -DNO_MMALLOC flag in gdb/Makefile.
The one thing we lose by doing this, AFAIK, is the possibility of using
mmap. Does anyone use that feature at all ?
2.2 candidate ?
|
|
|
|
|
|
|
|
| |
/usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
|
|
| |
This also applies to the last 2 commits for aout and coff. Oops !
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
| |
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
| |
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
|
|
| |
using the sources in /usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
|
|
|
|
|
|
| |
files using the texi sources in /usr/src/contrib/gdb/gdb/doc.
I put a pointer to /usr/src/contrib/libreadline/doc into
Makefile.inc in the hope that the appropriate files would be
picked up.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
|
|
| |
using the sources in /usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
|
|
| |
using the sources in /usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
| |
I can offer this as a consistent feature.
|
|
|
|
|
|
|
|
|
| |
ignore the hint.
This is a straightforward fix, and it should go into 2.2 after a burn-in
period of a few days.
Noticed by: bde
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
| |
|
|
|
|
| |
place to do it, I guess, and it's the utility which falls over without one.
|
|
|
|
|
| |
intended (and clearly, neither did the author :) I've just used the
bullet list attribute everywhere.
|
| |
|
| |
|
|
|
|
|
|
| |
since the source name is not the same as the texinfo name so we have to
use SRCS=. This means we can't build two info sets in the same directory
so I've split it.
|
| |
|
| |
|
| |
|
|
|
|
| |
could possibly have worked during the testing before the last commit. :-(
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
nonempty string, then function calls are relocated at program start-up
rather than lazily. This variable is standard on Sun and SVR4 systems.
The dlopen() function now supports both lazy and immediate binding, as
determined by its "mode" argument, which can be either 1 (RTLD_LAZY) or
2 (RTLD_NOW). I will add defines of these symbols to <dlfcn.h> as soon
as I've done a little more checking to make sure they won't cause
collisions or bootstrapping problems that would break "make world".
The "LD_*" environment variables which alter dynamic linker behavior are
now treated as unset if they are set to the empty string. This agrees
with the standard SVR4 conventions for the dynamic linker.
Add a work-around for programs compiled with certain buggy versions of
crt0.o. The buggy versions failed to set the "crt_ldso" member of the
interface structure. This caused certain error messages from the
dynamic linker to begin with "(null)" instead of the pathname of the
dynamic linker.
|
|
|
|
|
| |
now treats empty "LD_*" environment variables as if they were unset, per
the standard SVR4 conventions.
|
|
|
|
|
|
|
|
|
|
|
| |
nonempty string, then function calls are relocated at program start-up
rather than lazily. This variable is standard on Sun and SVR4 systems.
The dlopen() function now supports both lazy and immediate binding, as
determined by its "mode" argument, which can be either 1 (RTLD_LAZY) or
2 (RTLD_NOW). I will add defines of these symbols to <dlfcn.h> as soon
as I've done a little more checking to make sure they won't cause
collisions or bootstrapping problems that would break "make world".
|
|
|
|
|
|
| |
error messages containing them.
Reviewed by: Peter Wemm
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
pathnames (rather than as "-lfoo") correctly.
Closes PR bin/2404.
|
|
|
|
| |
2.2 candidate.
|
|
|
|
| |
tar: Can't change to directory 282656 : No such file or directory
|
|
|
|
| |
Fixes make world failure #3 for today (part of an ongoing series).
|
|
|
|
| |
Submitted-By: Chuck Robey <chuckr@glue.umd.edu> (with fix from me)
|
| |
|
| |
|