PERFORCE change 50910 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Apr 11 22:24:40 PDT 2004


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

Change 50910 by marcel at marcel_nfs on 2004/04/11 22:24:07

	ia64-unknown-freebsd

Affected files ...

.. //depot/projects/gdb/gnu/usr.bin/gdb/bfd/Makefile#4 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/bfd/ia64/Makefile#1 add
.. //depot/projects/gdb/gnu/usr.bin/gdb/bfd/ia64/bfd.h#1 add
.. //depot/projects/gdb/gnu/usr.bin/gdb/bfd/ia64/config.h#1 add
.. //depot/projects/gdb/gnu/usr.bin/gdb/gdb/ia64/Makefile#1 add
.. //depot/projects/gdb/gnu/usr.bin/gdb/gdb/ia64/config.h#1 add
.. //depot/projects/gdb/gnu/usr.bin/gdb/gdb/ia64/init.c#1 add
.. //depot/projects/gdb/gnu/usr.bin/gdb/libiberty/ia64/config.h#1 add
.. //depot/projects/gdb/gnu/usr.bin/gdb/opcodes/ia64/Makefile#1 add
.. //depot/projects/gdb/gnu/usr.bin/gdb/opcodes/ia64/config.h#1 add

Differences ...

==== //depot/projects/gdb/gnu/usr.bin/gdb/bfd/Makefile#4 (text+ko) ====

@@ -34,7 +34,10 @@
 	sed -e s/NN/32/g < ${CNTRB_GDB}/bfd/elfxx-target.h > ${.TARGET}
 
 elf64-target.h:
-	sed -e s/NN/32/g < ${CNTRB_GDB}/bfd/elfxx-target.h > ${.TARGET}
+	sed -e s/NN/64/g < ${CNTRB_GDB}/bfd/elfxx-target.h > ${.TARGET}
+
+pepigen.c:
+	sed -e s/XX/pep/g < ${CNTRB_GDB}/bfd/peXXigen.c > ${.TARGET}
 
 targmatch.h:
 	sed -f ${CNTRB_GDB}/bfd/targmatch.sed < ${CNTRB_GDB}/bfd/config.bfd \


More information about the p4-projects mailing list