Skip to content

Commit

Permalink
Tue May 14 14:07:10 1996 Roland McGrath <[email protected]>
Browse files Browse the repository at this point in the history
	* libc-symbols.h (lint): Macro removed.  The sunrpc code does some
	really stupid things #ifdef lint.

	* sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter): Fix
	struct member name: sc_eip -> eip.
  • Loading branch information
Roland McGrath committed May 14, 1996
1 parent 7cdef09 commit 64166d9
Show file tree
Hide file tree
Showing 43 changed files with 51 additions and 8 deletions.
1 change: 1 addition & 0 deletions .cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Tue May 14 14:07:10 1996 Roland McGrath <[email protected]>

* libc-symbols.h (lint): Macro removed. The sunrpc code does some
really stupid things #ifdef lint.

* sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter): Fix
struct member name: sc_eip -> eip.

Mon May 13 19:52:33 1996 Roland McGrath <[email protected]>

* Makerules (stub-$(subdir)): Put cmds including cd inside (...) with
Expand Down
2 changes: 1 addition & 1 deletion Makerules
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ $(addprefix $(libdir)/$(libprefix),$(install-lib-non.a)): \
endif
ifdef install-lib.a
$(install-lib.a:lib%.a=$(libdir)/lib$(libprefix)%.a): \
$(libdir)/lib$(libprefix)%.a: $(common-objpfx)lib%.a
$(libdir)/lib$(libprefix)%.a: $(objpfx)lib%.a
$(do-install)
$(patsubst %,$(RANLIB) $@,$(filter-out $(non-lib.a),$(<F)))
endif
Expand Down
1 change: 1 addition & 0 deletions assert/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions bare/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions csu/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions ctype/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions db/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions dirent/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions elf/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
6 changes: 3 additions & 3 deletions extra-lib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ extra-objs := $(extra-objs)
install-lib += $(foreach o,$(object-suffixes-$(lib)),$(lib:lib%=$(libtype$o)))
extra-objs += $(foreach o,$(object-suffixes-$(lib)),$($(lib)-routines:=$o))
alltypes-$(lib) := $(foreach o,$(object-suffixes-$(lib)),\
$(common-objpfx)$(patsubst %,$(libtype$o),\
$(objpfx)$(patsubst %,$(libtype$o),\
$(lib:lib%=%)))
ifneq (,$(filter .so,$(object-suffixes-$(lib))))
alltypes-$(lib) += $(common-objpfx)$(lib).so
alltypes-$(lib) += $(objpfx)$(lib).so
endif

ifeq (,$($(lib)-no-lib-dep))
Expand All @@ -35,7 +35,7 @@ endif

# Use o-iterator.mk to generate a rule for each flavor of library.
define o-iterator-doit
$(common-objpfx)$(patsubst %,$(libtype$o),$(lib:lib%=%)): \
$(objpfx)$(patsubst %,$(libtype$o),$(lib:lib%=%)): \
$($(lib)-routines:%=$(objpfx)%$o); $$(build-extra-lib)
endef
object-suffixes-left = $(object-suffixes-$(lib))
Expand Down
1 change: 1 addition & 0 deletions gmon/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions gnulib/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions grp/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions hurd/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions inet/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions intl/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions io/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
3 changes: 0 additions & 3 deletions libc-symbols.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ Cambridge, MA 02139, USA. */
#define _GNU_SOURCE 1

#include <config.h>

/* This disables sccsid/rcsid strings in lots of code of non-GNU origin. */
#define lint 1
/*
*/
Expand Down
1 change: 1 addition & 0 deletions libio/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions locale/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions mach/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions manual/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions math/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions misc/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions posix/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions pwd/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions resolv/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions resource/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions setjmp/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions signal/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions socket/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions stdio-common/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions stdio/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions stdlib/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions string/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions sunrpc/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/i386/profil-counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Cambridge, MA 02139, USA. */
void
profil_counter (int signo, struct sigcontext_struct sc)
{
profil_count ((void *) sc.sc_eip);
profil_count ((void *) sc.eip);
}
1 change: 1 addition & 0 deletions sysvipc/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions termios/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions time/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions wcsmbs/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down
1 change: 1 addition & 0 deletions wctype/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
Expand Down

0 comments on commit 64166d9

Please sign in to comment.