Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More fallout from supporting only ELF
  • Loading branch information
Ulrich Drepper committed Jan 8, 2012
1 parent a784e50 commit a0da5fe
Show file tree
Hide file tree
Showing 25 changed files with 713 additions and 1,029 deletions.
28 changes: 28 additions & 0 deletions ChangeLog
@@ -1,3 +1,31 @@
2012-01-08 Ulrich Drepper <drepper@gmail.com>

* configure.in: Remove --with-elf and --enable-bounded options.
Dont set base_machine for ia64. More non-ELF conditions removed.
Remove testing and setting of leading underscore information.
* config.make.in (build-bounded): Set to no.
* config.h.in: Remove NO_UNDERSCORES entry.
* include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
them.
* csu/start.c: Remove !NO_UNDERSCORE code.
* locale/localeinfo.h: Likewise.
* sysdeps/generic/machine-gmon.h: Likewise.
* sysdeps/generic/sysdep.h: Likewise.
* sysdeps/i386/sysdep.h: Likewise.
* sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
* sysdeps/mach/sysdep.h: Likewise.
* sysdeps/s390/s390-32/sysdep.h: Likewise.
* sysdeps/s390/s390-64/sysdep.h: Likewise.
* sysdeps/sh/sysdep.h: Likewise.
* sysdeps/sparc/sparc32/alloca.S: Likewise.
* sysdeps/unix/i386/sysdep.S: Likewise.
* sysdeps/unix/sparc/start.c: Likewise.
* sysdeps/unix/sparc/sysdep.S: Likewise.
* sysdeps/unix/sparc/sysdep.h: Likewise.
* sysdeps/unix/start.c: Likewise.
* sysdeps/unix/x86_64/sysdep.S: Likewise.
* sysdeps/x86_64/sysdep.h: Likewise.

2012-01-07 Ulrich Drepper <drepper@gmail.com>

[BZ #13553]
Expand Down
4 changes: 0 additions & 4 deletions config.h.in
Expand Up @@ -17,10 +17,6 @@
/* Defined if building with SELinux support & libcap libs are detected. */
#undef HAVE_LIBCAP

/* Define if C symbols are asm symbols. Don't define if C symbols
have a `_' prepended to make the asm symbol. */
#undef NO_UNDERSCORES

/* Define if weak symbols are available via the `.weak' directive. */
#undef HAVE_ASM_WEAK_DIRECTIVE

Expand Down
2 changes: 1 addition & 1 deletion config.make.in
Expand Up @@ -92,7 +92,7 @@ build-static = @static@
build-shared = @shared@
build-pic-default= @libc_cv_pic_default@
build-profile = @profile@
build-bounded = @bounded@
build-bounded = no
build-static-nss = @static_nss@
add-ons = @add_ons@
add-on-subdirs = @add_on_subdirs@
Expand Down

0 comments on commit a0da5fe

Please sign in to comment.