diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-06-16 21:34:54 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-06-16 21:34:54 +0000 |
commit | bf1c05626d8c9c5d70241215407f3ad845d41d72 (patch) | |
tree | c5d89555c4554aa1a19c9f6f37e166d6f2d18a5d /libexec/ld.so/resolve.h | |
parent | bc42f6d5434a45c77e45e75d9df3eb0f6e33348d (diff) |
Add comment warning not to rename _dl_bind, since gdb(1) knows about it.
ok (quite a while ago) drahn@
Diffstat (limited to 'libexec/ld.so/resolve.h')
-rw-r--r-- | libexec/ld.so/resolve.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/resolve.h b/libexec/ld.so/resolve.h index 2eb39d3d251..516b803bac6 100644 --- a/libexec/ld.so/resolve.h +++ b/libexec/ld.so/resolve.h @@ -1,4 +1,4 @@ -/* $OpenBSD: resolve.h,v 1.51 2006/05/03 16:10:51 drahn Exp $ */ +/* $OpenBSD: resolve.h,v 1.52 2006/06/16 21:34:53 kettenis Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -212,6 +212,7 @@ void _dl_unload_dlopen(void); void _dl_run_all_dtors(void); +/* Please don't rename; gdb(1) knows about this. */ Elf_Addr _dl_bind(elf_object_t *object, int index); int _dl_match_file(struct sod *sodp, char *name, int namelen); |