PERFORCE change 86854 for review

Olivier Houchard cognet at FreeBSD.org
Wed Nov 16 16:27:46 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=86854

Change 86854 by cognet at cognet on 2005/11/17 00:27:24

	Grrr. One more file forgotten while cvs diff'ing

Affected files ...

.. //depot/projects/arm/gnu-arm.diff#9 edit

Differences ...

==== //depot/projects/arm/gnu-arm.diff#9 (text+ko) ====

@@ -72,6 +72,25 @@
 +/* $FreeBSD$ */
 +
 +#include "tc-arm.h"
+Index: gnu/usr.bin/binutils/ld/Makefile.arm
+===================================================================
+RCS file: gnu/usr.bin/binutils/ld/Makefile.arm
+diff -N gnu/usr.bin/binutils/ld/Makefile.arm
+--- /dev/null	1 Jan 1970 00:00:00 -0000
++++ gnu/usr.bin/binutils/ld/Makefile.arm	29 Aug 2005 12:39:27 -0000
+@@ -0,0 +1,12 @@
++# $FreeBSD$
++
++NATIVE_EMULATION= armelf_fbsd
++
++SRCS+=		e${NATIVE_EMULATION}.c
++CLEANFILES+=	e${NATIVE_EMULATION}.c
++e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \
++    scripttempl/elf.sc genscripts.sh stringify.sed
++	sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${LIBSERACHPATH} \
++	    ${TOOLS_PREFIX}/usr \
++	    ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
++	    "${NATIVE_EMULATION}" "" no ${NATIVE_EMULATION} "${TARGET_TUPLE}"
 Index: gnu/usr.bin/binutils/libbfd/Makefile.arm
 ===================================================================
 RCS file: gnu/usr.bin/binutils/libbfd/Makefile.arm
@@ -980,8 +999,8 @@
 RCS file: gnu/usr.bin/gdb/kgdb/trgt_arm.c
 diff -N gnu/usr.bin/gdb/kgdb/trgt_arm.c
 --- /dev/null	1 Jan 1970 00:00:00 -0000
-+++ gnu/usr.bin/gdb/kgdb/trgt_arm.c	4 Oct 2005 22:28:59 -0000
-@@ -0,0 +1,199 @@
++++ gnu/usr.bin/gdb/kgdb/trgt_arm.c	4 Oct 2005 23:17:12 -0000
+@@ -0,0 +1,196 @@
 +/*
 + * Copyright (c) 2004 Marcel Moolenaar
 + * All rights reserved.
@@ -1151,10 +1170,7 @@
 +	cache = kgdb_trgt_frame_cache(next_frame, this_cache);
 +	*addrp = cache->sp + ofs;
 +	*lvalp = lval_memory;
-+	if (regnum == ARM_FP_REGNUM)
-+		*(CORE_ADDR *)valuep = cache->fp;
-+	else
-+		target_read_memory(*addrp, valuep, regsz);
++	target_read_memory(*addrp, valuep, regsz);
 +}
 +
 +static const struct frame_unwind kgdb_trgt_trapframe_unwind = {


More information about the p4-projects mailing list