Deleted Added
full compact
lib1funcs.asm (275337) lib1funcs.asm (283804)
1@ libgcc routines for ARM cpu.
2@ Division routines, written by Richard Earnshaw, (rearnsha@armltd.co.uk)
3
4/* Copyright 1995, 1996, 1998, 1999, 2000, 2003, 2004, 2005
5 Free Software Foundation, Inc.
6
7This file is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by the

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

247 .thumb_func
248SYM (\name):
249.endm
250
251/* Function start macros. Variants for ARM and Thumb. */
252
253#ifdef __thumb__
254#define THUMB_FUNC .thumb_func
1@ libgcc routines for ARM cpu.
2@ Division routines, written by Richard Earnshaw, (rearnsha@armltd.co.uk)
3
4/* Copyright 1995, 1996, 1998, 1999, 2000, 2003, 2004, 2005
5 Free Software Foundation, Inc.
6
7This file is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by the

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

247 .thumb_func
248SYM (\name):
249.endm
250
251/* Function start macros. Variants for ARM and Thumb. */
252
253#ifdef __thumb__
254#define THUMB_FUNC .thumb_func
255#define THUMB_CODE .force_thumb
255#define THUMB_CODE .thumb
256#else
257#define THUMB_FUNC
258#define THUMB_CODE
259#endif
260
261.macro FUNC_START name
262 .text
263 .globl SYM (__\name)

--- 1044 unchanged lines hidden ---
256#else
257#define THUMB_FUNC
258#define THUMB_CODE
259#endif
260
261.macro FUNC_START name
262 .text
263 .globl SYM (__\name)

--- 1044 unchanged lines hidden ---