Deleted Added
full compact
crt1.c (107460) crt1.c (109905)
1/* LINTLIBRARY */
1/*-
2 * Copyright 1996-1998 John D. Polstra.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

104}
105
106#ifdef GCRT
107__asm__(".text");
108__asm__("eprol:");
109__asm__(".previous");
110#endif
111
2/*-
3 * Copyright 1996-1998 John D. Polstra.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

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

105}
106
107#ifdef GCRT
108__asm__(".text");
109__asm__("eprol:");
110__asm__(".previous");
111#endif
112
112__asm__(".ident\t\"$FreeBSD: head/lib/csu/amd64/crt1.c 107460 2002-12-01 17:36:18Z bde $\"");
113__asm__(".ident\t\"$FreeBSD: head/lib/csu/amd64/crt1.c 109905 2003-01-26 23:14:47Z markm $\"");