Deleted Added
full compact
tramp.asm (169690) tramp.asm (217396)
1/* Special support for trampolines
2 *
3 * Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
4 * Written By Michael Meissner
5 *
6 * This file is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2, or (at your option) any

--- 101 unchanged lines hidden (view full) ---

1101: mflr r30
111 addis r30,r30,_GLOBAL_OFFSET_TABLE_-1b@ha
112 addi r30,r30,_GLOBAL_OFFSET_TABLE_-1b@l
113#endif
114 bl JUMP_TARGET(abort)
115FUNC_END(__trampoline_setup)
116
117#endif
1/* Special support for trampolines
2 *
3 * Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
4 * Written By Michael Meissner
5 *
6 * This file is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2, or (at your option) any

--- 101 unchanged lines hidden (view full) ---

1101: mflr r30
111 addis r30,r30,_GLOBAL_OFFSET_TABLE_-1b@ha
112 addi r30,r30,_GLOBAL_OFFSET_TABLE_-1b@l
113#endif
114 bl JUMP_TARGET(abort)
115FUNC_END(__trampoline_setup)
116
117#endif
118
119 .section .note.GNU-stack,"",%progbits