* configure.tgt (crisv32-*-*): Handle like cris-*-* for non-aout.
[deliverable/binutils-gdb.git] / ld / emulparams / criself.sh
index 91fdcc5980d17bad96c52b469896af4630869ecf..8ac21f92fc96f1d078246aa6996976688e9fa96d 100644 (file)
@@ -53,12 +53,9 @@ INIT_START='
  . = ALIGN(2);
  ___init__start = .;
  PROVIDE (___do_global_ctors = .);
- SHORT (0xe1fc); /* push srp */
- SHORT (0xbe7e);
 '
 
 INIT_END='
- SHORT (0x0d3e); /* jump [sp+] */
  PROVIDE (__init__end = .);
  PROVIDE (___init__end = .);
 '
@@ -67,12 +64,9 @@ FINI_START='
  . = ALIGN (2);
  ___fini__start = .;
  PROVIDE (___do_global_dtors = .);
- SHORT (0xe1fc); /* push srp */
- SHORT (0xbe7e);
 '
 
 FINI_END='
- SHORT (0x0d3e); /* jump [sp+] */
  PROVIDE (__fini__end = .);
  ___fini__end = .;
 '
This page took 0.025793 seconds and 4 git commands to generate.