Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/gdb53/arch/sh3el DEFAULT_BFD_VEC should be littl...



details:   https://anonhg.NetBSD.org/src/rev/71c1e7b0da6a
branches:  trunk
changeset: 555639:71c1e7b0da6a
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Nov 24 01:58:22 2003 +0000

description:
DEFAULT_BFD_VEC should be little endian bfd_elf32_shlnbsd_vec.

diffstat:

 gnu/usr.bin/gdb53/arch/sh3el/config.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1610ddf44167 -r 71c1e7b0da6a gnu/usr.bin/gdb53/arch/sh3el/config.h
--- a/gnu/usr.bin/gdb53/arch/sh3el/config.h     Mon Nov 24 00:00:07 2003 +0000
+++ b/gnu/usr.bin/gdb53/arch/sh3el/config.h     Mon Nov 24 01:58:22 2003 +0000
@@ -180,7 +180,7 @@
 #define DEFAULT_BFD_ARCH bfd_sh_arch
 
 /* BFD's default target vector. */
-#define DEFAULT_BFD_VEC bfd_elf32_shnbsd_vec
+#define DEFAULT_BFD_VEC bfd_elf32_shlnbsd_vec
 
 /* Multi-arch enabled. */
 /* #undef GDB_MULTI_ARCH */



Home | Main Index | Thread Index | Old Index