diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-10 09:10:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-10 09:10:43 +0000 |
commit | 073e82bfaeeb5624b2c85012a5582a1308ddae05 (patch) | |
tree | aba52ca1e4971cceca20f86d36cc2f888b936ffb /config.h.in | |
parent | 9921a880001f11280c8e165310ce8f65eecd5a42 (diff) | |
download | glibc-073e82bfaeeb5624b2c85012a5582a1308ddae05.tar glibc-073e82bfaeeb5624b2c85012a5582a1308ddae05.tar.gz glibc-073e82bfaeeb5624b2c85012a5582a1308ddae05.tar.bz2 glibc-073e82bfaeeb5624b2c85012a5582a1308ddae05.zip |
2003-03-10 Roland McGrath <roland@redhat.com>
* configure.in: New check for -g on .S files.
* configure: Regenerated.
* config.make.in (have-cpp-asm-debuginfo): New variable.
* config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
* Makeconfig (ASFLAGS): New variable, if undefined and
$(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
* Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index d00d33483b..29b809e8cf 100644 --- a/config.h.in +++ b/config.h.in @@ -58,6 +58,9 @@ /* Define a symbol_name as a global .symbol_name for ld. */ #undef HAVE_ASM_GLOBAL_DOT_NAME +/* Define if the assembler generates debugging information directly. */ +#undef HAVE_CPP_ASM_DEBUGINFO + /* Define if _Unwind_Find_FDE should be exported from glibc. */ #undef EXPORT_UNWIND_FIND_FDE |