* configure.host: Change to microblaze*.
* libc/include/machine/ieeefp.h: Add __MICROBLAZEEL__. * libc/machine/microblaze/mb_endian.h: New file. * newlib/libc/machine/microblaze/strcmp.c: Add little endian support. * newlib/libc/machine/microblaze/strcpy.c: Likewise. * newlib/libc/machine/microblaze/strlen.c: Likewise. * configure.in: Change to microblaze*. * configure: Regenerate. * microblaze/xilinx.ld: Remove OUTPUT_FORMAT.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2013-07-16 David Holsgrove <david.holsgrove@xilinx.com>
|
||||
|
||||
* configure.in: Change to microblaze*.
|
||||
* configure: Regenerate.
|
||||
* microblaze/xilinx.ld: Remove OUTPUT_FORMAT.
|
||||
|
||||
2013-07-12 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||||
|
||||
* aarch64/cpu-init/rdimon-aem-el3.S (vectors): Page align.
|
||||
|
2
libgloss/configure
vendored
2
libgloss/configure
vendored
@@ -2504,7 +2504,7 @@ case "${target}" in
|
||||
subdirs="$subdirs moxie"
|
||||
|
||||
;;
|
||||
microblaze-*-*)
|
||||
microblaze*-*-*)
|
||||
subdirs="$subdirs microblaze"
|
||||
|
||||
;;
|
||||
|
@@ -117,7 +117,7 @@ case "${target}" in
|
||||
moxie-*-*)
|
||||
AC_CONFIG_SUBDIRS([moxie])
|
||||
;;
|
||||
microblaze-*-*)
|
||||
microblaze*-*-*)
|
||||
AC_CONFIG_SUBDIRS([microblaze])
|
||||
;;
|
||||
mt-*-*)
|
||||
|
@@ -1,6 +1,4 @@
|
||||
/* Default linker script, for normal executables */
|
||||
OUTPUT_FORMAT("elf32-microblaze", "",
|
||||
"")
|
||||
/*SEARCH_DIR("/proj/fv1/gnu_builds/head/mb/release/lin/mb/microblaze-xilinx-elf/lib");*/
|
||||
/*SEARCH_DIR("/proj/fv1/gnu_builds/head/mb/release/lin/mb/microblaze-xilinx-elf/lib");*/
|
||||
ENTRY(_start)
|
||||
|
Reference in New Issue
Block a user