Changeset 2d1a1d4 in mainline
- Timestamp:
- 2006-06-09T17:43:33Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25f089b
- Parents:
- 698f3aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/loader/pack
r698f3aa r2d1a1d4 54 54 *(.sbss); 55 55 *(.bss); /* uninitialized static variables */ 56 *(COMMON); /* global variables */ 57 58 . = ALIGN(4096); 59 *(.kernel_image);' > "$LINK" 56 *(COMMON); /* global variables */' > "$LINK" 60 57 61 58 echo '#ifndef ___COMPONENTS_H__
Note:
See TracChangeset
for help on using the changeset viewer.