summaryrefslogtreecommitdiffstats
path: root/include/elf.h
Commit message (Collapse)AuthorAgeFilesLines
* Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include ↵Mike Frysinger2006-11-171-0/+2
| | | | L1 functions
* merge bfin relocations from blackfin cvsMike Frysinger2006-06-211-0/+40
|
* Added support for the new CRISv32 architecture.Peter Kjellerstedt2006-02-231-0/+6
|
* import a bunch of EM defines from gnu binutilsMike Frysinger2006-01-031-8/+96
|
* touchup comments and define Blackfin for Jie ZhangMike Frysinger2006-01-031-3/+4
|
* add some more defines from binutils since our readelf uses itMike Frysinger2005-09-211-0/+4
|
* date: 2005/08/07 07:53:58; author: drepper; state: Exp; lines: +1 -1Mike Frysinger2005-08-091-1/+1
| | | | (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO definition.
* sync with glibcMike Frysinger2005-07-021-8/+22
|
* import more updates from glibcMike Frysinger2005-04-161-2/+19
|
* import fixes/updates from glibc-2.3Mike Frysinger2005-04-151-16/+114
|
* Add some more SH relocation types.Paul Mundt2005-03-311-0/+13
|
* Partial commit of a patch from Alexandre Oliva:Eric Andersen2004-12-111-1/+13
| | | | | | | | | | Here's an updated version of the patch I posted about a month ago. It leaves -nostdinc alone, and uses -print-file-name=include instead of -print-search-dirs to figure out where GCC's internal headers are. Please let me know whether there are any portions of this patch you'd like me to break into smaller pieces, to rework, or to give up trying to get into uClibc :-) Thanks,
* First pass prototype removals from auditing header files:Eric Andersen2004-09-071-1/+10
| | | | | a.out.h to libgen.h (omitting complex.h for a later separate effort for the math stuff)
* Fixes from gentoo.Manuel Novoa III2004-08-261-0/+13
|
* Pete Popov writes:Eric Andersen2004-07-161-0/+52
| | | | | | | | | | | | | Hi Erik, I'm not sure why the NIOS support is not in uClibc -- perhaps the patch was rejected or never submitted? In any case, I'm playing with some NIOS stuff and created this patch against 0.9.26. The work was done by Microtronix. I'm not sure who else contributed to it. It would be great to have the NIOS support available in uClibc so developers don't have to go searching for these bits. Pete
* Patch from Yoshinori Sato to add H8/300 relocation types.Eric Andersen2004-07-151-0/+44
|
* Peter Mazinger asked for this several months ago.Manuel Novoa III2004-05-071-0/+2
|
* Alexandre Oliva writes:Eric Andersen2004-02-181-1/+15
| | | | | | | | | | | | | | | | | | | | This patch adds code to uClibc to support a new ABI designed for the FR-V architecture, that enables text segments of executables and shared libraries to be shared by multiple processes on an OS such as uClinux, that can run on FR-V processors without an MMU. Patches for binutils and GCC have just been posted in the corresponding mailing lists. The binutils patch was approved, but there's one additional patch pending review, that I posted this week. An updated GCC patch will be posted to gcc-patches@gcc.gnu.org as soon as I complete testing (I used a known-good compiler to test the uClibc patch below). Since the existing dynamic loader code didn't support independent relocation of segments, it required changes that were somewhat extensive. I've added a number of new machine-specific macros to try to keep the platform and ABI-specific details outside the generic code. I hope this is not a problem.
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-12-031-6/+6
| | | | | | Nothing overly interesting here, this renames Hitachi/Mitsubishi to Renesas for the relevant platforms (in this case, h8, sh, and m32r). The same changes have already been going on in gcc/binutils/gdb/glibc/etc.
* Those crazy binutils folks changed their abi. Add this so olderEric Andersen2003-10-211-0/+5
| | | | apps can cope gracefully.
* Merge some newer/updated bits from the glibc elf.hEric Andersen2003-10-201-106/+226
|
* resync with glibc 2.3Eric Andersen2003-03-131-129/+357
|
* More i960 supportEric Andersen2002-07-311-0/+9
|
* Add EM_CYGNUS_V850.Miles Bader2002-03-261-1/+5
|
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-0/+35
| | | | He sent this patch to me a month ago, but I forgot to apply it...
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-13/+29
|
* Teach the ldso stuff to use the proper elf.h header file, not a local copy.Eric Andersen2001-06-041-105/+602
| | | | -Erik
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-061-0/+1585
headers (the way it has been done in GNU libc). -Erik