Subject: This week's NetBSD/amiga changes
To: None <amiga-dev@NetBSD.ORG>
From: Operator <root@endicor.com>
List: amiga-dev
Date: 01/20/1995 12:01:03
Below is a summary of changes that were committed in the last week.
This is an automated message. Please send any comments to
tsarna@endicor.com
---------------------------------
mycroft
Sun Jan 15 14:32:36 PST 1995
Update of /b/source/CVS/src/sys/arch/m68k/m68k
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/arch/m68k/m68k
Modified Files:
random.s
Log Message:
Faster version from Michael Schr"oder.
---------------------------------
mycroft
Mon Jan 16 22:10:32 PST 1995
Update of /b/source/CVS/src/lib/csu/m68k
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/lib/csu/m68k
Modified Files:
crt0.c
Log Message:
Don't map the data segment with PROT_EXEC.
---------------------------------
mycroft
Mon Jan 16 22:41:46 PST 1995
Update of /b/source/CVS/src/gnu/usr.bin/ld/i386
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/gnu/usr.bin/ld/i386
Modified Files:
md.c md.h
Log Message:
Several consistency nits, and don't define the get_*() macros twice.
mycroft
Mon Jan 16 22:44:41 PST 1995
Update of /b/source/CVS/src/gnu/usr.bin/ld/m68k
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/gnu/usr.bin/ld/m68k
Modified Files:
md-static-funcs.c md.c md.h
Log Message:
Several consistency nits, and fix a byte order problem in md_swapout_reloc().
---------------------------------
mycroft
Tue Jan 17 16:22:04 PST 1995
Update of /b/source/CVS/src/gnu/usr.bin/gdb/gdb/arch/m68k
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/gnu/usr.bin/gdb/gdb/arch/m68k
Modified Files:
tm.h
Log Message:
Use solib.h.
---------------------------------
gwr
Wed Jan 18 12:10:48 EST 1995
Update of /b/source/CVS/src/sys/arch/m68k/m68k
In directory sun-lamp.cs.berkeley.edu:/d/users/gwr/src/sys/arch/m68k/m68k
Modified Files:
db_interface.c
Log Message:
Make kdb_trap return zero for traps that have not been "handled".
gwr
Wed Jan 18 12:13:59 EST 1995
Update of /b/source/CVS/src/sys/arch/sun3/sun3
In directory sun-lamp.cs.berkeley.edu:/d/users/gwr/src/sys/arch/sun3/sun3
Modified Files:
clock.c
Log Message:
Cleanup (add some checks, remove dead code).
gwr
Wed Jan 18 12:14:49 EST 1995
Update of /b/source/CVS/src/sys/arch/sun3/sun3
In directory sun-lamp.cs.berkeley.edu:/d/users/gwr/src/sys/arch/sun3/sun3
Modified Files:
vector.c
Log Message:
Kill some warnings.
gwr
Wed Jan 18 12:16:55 EST 1995
Update of /b/source/CVS/src/sys/arch/sun3/sun3
In directory sun-lamp.cs.berkeley.edu:/d/users/gwr/src/sys/arch/sun3/sun3
Modified Files:
trap.c
Log Message:
Just return if kdb_trap returns non-zero (now that kdb_trap is fixed).
Print correct message for kernel coprocessor exception.
---------------------------------
jtc
Wed Jan 18 17:38:39 PST 1995
Update of /b/source/CVS/src/sys/arch/amiga/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/amiga/include
Added Files:
cdefs.h
Log Message:
This file, which will be included by <sys/cdefs.h>, will contain macros
such as __warn_references() and __weak_reference() which are actually
machine dependant. This will make it easier for ports that are being
bootstraped with ELF and ECOFF based toolchains.
This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands
its argument, an identifier, to a character string of the identifier
name as it is represented in an object file.
For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports
_C_LABEL(x) will expand to "x".
---------------------------------
jtc
Wed Jan 18 17:41:53 PST 1995
Update of /b/source/CVS/src/sys/arch/da30/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/da30/include
Added Files:
cdefs.h
Log Message:
This file, which will be included by <sys/cdefs.h>, will contain macros
such as __warn_references() and __weak_reference() which are actually
machine dependant. This will make it easier for ports that are being
bootstraped with ELF and ECOFF based toolchains.
This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands
its argument, an identifier, to a character string of the identifier
name as it is represented in an object file.
For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports
_C_LABEL(x) will expand to "x".
jtc
Wed Jan 18 17:41:57 PST 1995
Update of /b/source/CVS/src/sys/arch/hp300/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/hp300/include
Added Files:
cdefs.h
Log Message:
This file, which will be included by <sys/cdefs.h>, will contain macros
such as __warn_references() and __weak_reference() which are actually
machine dependant. This will make it easier for ports that are being
bootstraped with ELF and ECOFF based toolchains.
This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands
its argument, an identifier, to a character string of the identifier
name as it is represented in an object file.
For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports
_C_LABEL(x) will expand to "x".
jtc
Wed Jan 18 17:42:02 PST 1995
Update of /b/source/CVS/src/sys/arch/i386/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/i386/include
Added Files:
cdefs.h
Log Message:
This file, which will be included by <sys/cdefs.h>, will contain macros
such as __warn_references() and __weak_reference() which are actually
machine dependant. This will make it easier for ports that are being
bootstraped with ELF and ECOFF based toolchains.
This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands
its argument, an identifier, to a character string of the identifier
name as it is represented in an object file.
For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports
_C_LABEL(x) will expand to "x".
jtc
Wed Jan 18 17:42:11 PST 1995
Update of /b/source/CVS/src/sys/arch/m68k/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/m68k/include
Added Files:
cdefs.h
Log Message:
This file, which will be included by <sys/cdefs.h>, will contain macros
such as __warn_references() and __weak_reference() which are actually
machine dependant. This will make it easier for ports that are being
bootstraped with ELF and ECOFF based toolchains.
This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands
its argument, an identifier, to a character string of the identifier
name as it is represented in an object file.
For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports
_C_LABEL(x) will expand to "x".
jtc
Wed Jan 18 17:42:15 PST 1995
Update of /b/source/CVS/src/sys/arch/mac68k/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/mac68k/include
Added Files:
cdefs.h
Log Message:
This file, which will be included by <sys/cdefs.h>, will contain macros
such as __warn_references() and __weak_reference() which are actually
machine dependant. This will make it easier for ports that are being
bootstraped with ELF and ECOFF based toolchains.
This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands
its argument, an identifier, to a character string of the identifier
name as it is represented in an object file.
For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports
_C_LABEL(x) will expand to "x".
jtc
Wed Jan 18 17:42:18 PST 1995
Update of /b/source/CVS/src/sys/arch/pc532/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/pc532/include
Added Files:
cdefs.h
Log Message:
This file, which will be included by <sys/cdefs.h>, will contain macros
such as __warn_references() and __weak_reference() which are actually
machine dependant. This will make it easier for ports that are being
bootstraped with ELF and ECOFF based toolchains.
This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands
its argument, an identifier, to a character string of the identifier
name as it is represented in an object file.
For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports
_C_LABEL(x) will expand to "x".
jtc
Wed Jan 18 17:42:22 PST 1995
Update of /b/source/CVS/src/sys/arch/pmax/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/pmax/include
Added Files:
cdefs.h
Log Message:
This file, which will be included by <sys/cdefs.h>, will contain macros
such as __warn_references() and __weak_reference() which are actually
machine dependant. This will make it easier for ports that are being
bootstraped with ELF and ECOFF based toolchains.
This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands
its argument, an identifier, to a character string of the identifier
name as it is represented in an object file.
For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports
_C_LABEL(x) will expand to "x".
jtc
Wed Jan 18 17:42:28 PST 1995
Update of /b/source/CVS/src/sys/arch/sparc/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/sparc/include
Added Files:
cdefs.h
Log Message:
This file, which will be included by <sys/cdefs.h>, will contain macros
such as __warn_references() and __weak_reference() which are actually
machine dependant. This will make it easier for ports that are being
bootstraped with ELF and ECOFF based toolchains.
This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands
its argument, an identifier, to a character string of the identifier
name as it is represented in an object file.
For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports
_C_LABEL(x) will expand to "x".
jtc
Wed Jan 18 17:42:32 PST 1995
Update of /b/source/CVS/src/sys/arch/sun3/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/sun3/include
Added Files:
cdefs.h
Log Message:
This file, which will be included by <sys/cdefs.h>, will contain macros
such as __warn_references() and __weak_reference() which are actually
machine dependant. This will make it easier for ports that are being
bootstraped with ELF and ECOFF based toolchains.
This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands
its argument, an identifier, to a character string of the identifier
name as it is represented in an object file.
For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports
_C_LABEL(x) will expand to "x".
jtc
Wed Jan 18 17:42:36 PST 1995
Update of /b/source/CVS/src/sys/arch/vax/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/vax/include
Added Files:
cdefs.h
Log Message:
This file, which will be included by <sys/cdefs.h>, will contain macros
such as __warn_references() and __weak_reference() which are actually
machine dependant. This will make it easier for ports that are being
bootstraped with ELF and ECOFF based toolchains.
This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands
its argument, an identifier, to a character string of the identifier
name as it is represented in an object file.
For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports
_C_LABEL(x) will expand to "x".
---------------------------------