libgloss: Copyrights question and patch for as.new, ld.new -> as-new, ld-new

Hans-Peter Nilsson hans-peter.nilsson@axis.com
Tue Apr 11 06:14:00 GMT 2000


Hi.

Just spotted that some of the Makefile.in:s in libgloss were not
updated with the rest of the universe when as.new and ld.new
were changed to as-new and ld-new in binutils 1997:ish.

These files are copyrighted by Cygnus.  What is the right
approach to update them:
 Update copyright to the current year?
 Leave the copyright alone?
 Ask Cygnus (or RH) to assign copyright for them to FSF? :-)

I left those copyrights alone.

Ok to install?

Tue Apr 11 15:00:16 2000  Hans-Peter Nilsson  <hp@axis.com>

	* i386/Makefile.in (AS): Change as.new to as-new.
	(LD): Change ld.new to ld-new.
	* libnosys/Makefile.in (AS, LD): Ditto.
	* mips/Makefile.in (AS, LD): Ditto.
	* mn10200/Makefile.in (AS, LD): Ditto.
	* mn10300/Makefile.in (AS, LD): Ditto.

Index: libgloss/i386/Makefile.in
===================================================================
RCS file: /cvs/src/src/libgloss/i386/Makefile.in,v
retrieving revision 1.1
diff -p -c -r1.1 Makefile.in
*** Makefile.in	2000/03/17 22:48:50	1.1
--- Makefile.in	2000/04/11 12:56:48
*************** SHELL =	/bin/sh
*** 43,57 ****
  CC = @CC@
  
  #AS = @AS@
! AS = `if [ -f ${objroot}/../gas/as.new ] ; \
! 	then echo ${objroot}/../gas/as.new ; \
  	else echo as ; fi`
  
  AR = @AR@
  
  #LD = @LD@
! LD = `if [ -f ${objroot}/../ld/ld.new ] ; \
! 	then echo ${objroot}/../ld/ld.new ; \
  	else echo ld ; fi`
  
  RANLIB = @RANLIB@
--- 43,57 ----
  CC = @CC@
  
  #AS = @AS@
! AS = `if [ -f ${objroot}/../gas/as-new ] ; \
! 	then echo ${objroot}/../gas/as-new ; \
  	else echo as ; fi`
  
  AR = @AR@
  
  #LD = @LD@
! LD = `if [ -f ${objroot}/../ld/ld-new ] ; \
! 	then echo ${objroot}/../ld/ld-new ; \
  	else echo ld ; fi`
  
  RANLIB = @RANLIB@
Index: libgloss/libnosys/Makefile.in
===================================================================
RCS file: /cvs/src/src/libgloss/libnosys/Makefile.in,v
retrieving revision 1.1
diff -p -c -r1.1 Makefile.in
*** Makefile.in	2000/03/17 22:48:50	1.1
--- Makefile.in	2000/04/11 12:56:48
*************** SHELL =	/bin/sh
*** 43,57 ****
  CC = @CC@
  
  #AS = @AS@
! AS = `if [ -f ${objroot}/../gas/as.new ] ; \
! 	then echo ${objroot}/../gas/as.new ; \
  	else echo as ; fi`
  
  AR = @AR@
  
  #LD = @LD@
! LD = `if [ -f ${objroot}/../ld/ld.new ] ; \
! 	then echo ${objroot}/../ld/ld.new ; \
  	else echo ld ; fi`
  
  RANLIB = @RANLIB@
--- 43,57 ----
  CC = @CC@
  
  #AS = @AS@
! AS = `if [ -f ${objroot}/../gas/as-new ] ; \
! 	then echo ${objroot}/../gas/as-new ; \
  	else echo as ; fi`
  
  AR = @AR@
  
  #LD = @LD@
! LD = `if [ -f ${objroot}/../ld/ld-new ] ; \
! 	then echo ${objroot}/../ld/ld-new ; \
  	else echo ld ; fi`
  
  RANLIB = @RANLIB@
Index: libgloss/mips/Makefile.in
===================================================================
RCS file: /cvs/src/src/libgloss/mips/Makefile.in,v
retrieving revision 1.1
diff -p -c -r1.1 Makefile.in
*** Makefile.in	2000/03/17 22:48:51	1.1
--- Makefile.in	2000/04/11 12:56:49
*************** SHELL =	/bin/sh
*** 43,57 ****
  CC = @CC@
  
  #AS = @AS@
! AS = `if [ -f ${objroot}/../gas/as.new ] ; \
! 	then echo ${objroot}/../gas/as.new ; \
  	else echo as ; fi`
  
  AR = @AR@
  
  #LD = @LD@
! LD = `if [ -f ${objroot}/../ld/ld.new ] ; \
! 	then echo ${objroot}/../ld/ld.new ; \
  	else echo ld ; fi`
  
  RANLIB = @RANLIB@
--- 43,57 ----
  CC = @CC@
  
  #AS = @AS@
! AS = `if [ -f ${objroot}/../gas/as-new ] ; \
! 	then echo ${objroot}/../gas/as-new ; \
  	else echo as ; fi`
  
  AR = @AR@
  
  #LD = @LD@
! LD = `if [ -f ${objroot}/../ld/ld-new ] ; \
! 	then echo ${objroot}/../ld/ld-new ; \
  	else echo ld ; fi`
  
  RANLIB = @RANLIB@
Index: libgloss/mn10200/Makefile.in
===================================================================
RCS file: /cvs/src/src/libgloss/mn10200/Makefile.in,v
retrieving revision 1.1
diff -p -c -r1.1 Makefile.in
*** Makefile.in	2000/03/17 22:48:51	1.1
--- Makefile.in	2000/04/11 12:56:50
*************** SHELL =	/bin/sh
*** 43,57 ****
  CC = @CC@
  
  #AS = @AS@
! AS = `if [ -f ${objroot}/../gas/as.new ] ; \
! 	then echo ${objroot}/../gas/as.new ; \
  	else echo as ; fi`
  
  AR = @AR@
  
  #LD = @LD@
! LD = `if [ -f ${objroot}/../ld/ld.new ] ; \
! 	then echo ${objroot}/../ld/ld.new ; \
  	else echo ld ; fi`
  
  RANLIB = @RANLIB@
--- 43,57 ----
  CC = @CC@
  
  #AS = @AS@
! AS = `if [ -f ${objroot}/../gas/as-new ] ; \
! 	then echo ${objroot}/../gas/as-new ; \
  	else echo as ; fi`
  
  AR = @AR@
  
  #LD = @LD@
! LD = `if [ -f ${objroot}/../ld/ld-new ] ; \
! 	then echo ${objroot}/../ld/ld-new ; \
  	else echo ld ; fi`
  
  RANLIB = @RANLIB@
Index: libgloss/mn10300/Makefile.in
===================================================================
RCS file: /cvs/src/src/libgloss/mn10300/Makefile.in,v
retrieving revision 1.1
diff -p -c -r1.1 Makefile.in
*** Makefile.in	2000/03/17 22:48:51	1.1
--- Makefile.in	2000/04/11 12:56:50
*************** SHELL =	/bin/sh
*** 43,57 ****
  CC = @CC@
  
  #AS = @AS@
! AS = `if [ -f ${objroot}/../gas/as.new ] ; \
! 	then echo ${objroot}/../gas/as.new ; \
  	else echo as ; fi`
  
  AR = @AR@
  
  #LD = @LD@
! LD = `if [ -f ${objroot}/../ld/ld.new ] ; \
! 	then echo ${objroot}/../ld/ld.new ; \
  	else echo ld ; fi`
  
  RANLIB = @RANLIB@
--- 43,57 ----
  CC = @CC@
  
  #AS = @AS@
! AS = `if [ -f ${objroot}/../gas/as-new ] ; \
! 	then echo ${objroot}/../gas/as-new ; \
  	else echo as ; fi`
  
  AR = @AR@
  
  #LD = @LD@
! LD = `if [ -f ${objroot}/../ld/ld-new ] ; \
! 	then echo ${objroot}/../ld/ld-new ; \
  	else echo ld ; fi`
  
  RANLIB = @RANLIB@

brgds, H-P


More information about the Newlib mailing list