OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/gnu-src/gcc-4.5.1/gcc
    from Rev 402 to Rev 404
    Reverse comparison

Rev 402 → Rev 404

/ChangeLog.or32
2,6 → 2,10
 
* config/or32/or32.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
 
* config/or32/t-linux ($(T)crtbegin.o): Rename __dso_handle.
 
(crtbegin$(objext)): Likewise.
 
2010-10-31 Joern Rennecke <joern.rennecke@embecosm.com>
 
* config/or32/or32.c (or32_struct_alignment): Refine rules to
/config/or32/t-linux
1,2 → 1,11
MULTILIB_DIRNAMES = be
EXTRA_MULTILIB_PARTS = crti.o crtbegin.o crtend.o crtn.o
 
# hack:
# the non-shared uclibc-0.9.31/libc/misc/internals/__uClibc_main.c
# already defines __dso_handle. To avoid a duplicate definition,
# we rename the crtbegin one.
# amend gcc Makefile CLFAGS variable
$(T)crtbegin.o: CRTSTUFF_CFLAGS += '-D__dso_handle=__dso_handle_dummy'
# amend libgcc Makefile CLFAGS variable
crtbegin$(objext): CRTSTUFF_T_CFLAGS += '-D__dso_handle=__dso_handle_dummy'

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.