Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / emulparams / criself.sh
index 9c8ab317a3cdc82b7ed03a7da61a9d790ce33ecf..dcddc0fbbc3e233c11a366d0397501c49d87792d 100644 (file)
@@ -55,8 +55,9 @@ OTHER_BSS_END_SYMBOLS='
 '
 OTHER_END_SYMBOLS='PROVIDE (__end = .);'
 
+INIT_ADDR='ALIGN (2)'
+
 INIT_START='
- . = ALIGN(2);
  ___init__start = .;
  PROVIDE (___do_global_ctors = .);
 '
@@ -66,8 +67,9 @@ INIT_END='
  PROVIDE (___init__end = .);
 '
 
+FINI_ADDR='ALIGN (2)'
+
 FINI_START='
- . = ALIGN (2);
  ___fini__start = .;
  PROVIDE (___do_global_dtors = .);
 '
This page took 0.037846 seconds and 4 git commands to generate.