Changeset c621f4aa in mainline for uspace/lib/c/arch/ppc32/Makefile.common
- Timestamp:
- 2010-07-25T10:11:13Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 377cce8
- Parents:
- 24a2517 (diff), a2da43c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
uspace/lib/c/arch/ppc32/Makefile.common (moved) (moved from boot/arch/ppc32/loader/boot.S ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ppc32/Makefile.common
r24a2517 rc621f4aa 27 27 # 28 28 29 #include "regname.h" 29 GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32 30 AFLAGS = -a32 30 31 31 .section BOOTSTRAP, "ax" 32 ENDIANESS = BE 32 33 33 .global start 34 35 start: 36 lis r4, ofw_cif@ha 37 addi r4, r4, ofw_cif@l 38 stw r5, 0(r4) 39 40 bl ofw_init 41 42 b bootstrap 34 BFD_NAME = elf32-powerpc 35 BFD_ARCH = powerpc:common
Note:
See TracChangeset
for help on using the changeset viewer.
