This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/newlib ChangeLog libc/machine/m68k/memcpy. ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2008-01-07 18:59:45

Modified files:
	newlib         : ChangeLog 
	newlib/libc/machine/m68k: memcpy.S memset.S setjmp.S 
Added files:
	newlib/libc/machine/m68k: m68kasm.h 

Log message:
	2008-01-07  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/machine/m68k/m68kasm.h: New file.
	* libc/machine/m68k/setjmp.S: Remove common definitions and
	place in m68kasm.h.  Include "m68kasm.h".
	* libc/machine/m68k/memcpy.S: Include "m68kasm.h" and use
	SYM() macro when referencing function name.
	* libc/machine/m68k/memset.S: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1111&r2=1.1112
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/m68k/m68kasm.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/m68k/memcpy.S.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/m68k/memset.S.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/m68k/setjmp.S.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]