Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2013 11:18:44 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 227175 for review
Message-ID:  <201303281118.r2SBIiEM053986@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@227175?ac=10

Change 227175 by rwatson@rwatson_zenith_cl_cam_ac_uk on 2013/03/28 11:17:45

	Makefile target for objdump output for boot2, useful when debugging
	with a simulator.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/boot2/Makefile#4 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/boot2/Makefile#4 (text+ko) ====

@@ -35,4 +35,7 @@
 boot2.img: boot2
 	objcopy -S -O binary boot2 boot2.img
 
+boot2.dump: boot2
+	objdump -dS boot2 > boot2.dump
+
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303281118.r2SBIiEM053986>