summaryrefslogtreecommitdiffstats
path: root/libcpu/i386_parse.y
Commit message (Collapse)AuthorAgeFilesLines
* Don't use comparison_fn_tUlf Hermann2017-04-211-2/+2
| | | | | | | Not all search.h declare it, and it is not very helpful anyway. Change-Id: Icd3439175048b25058507dd5ec657b5680b82bb2 Reviewed-by: Christian Kandeler <[email protected]>
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-1/+1
| | | | | | | | | | This change also creates a new header file libeu.h to provide the prototypes for the function of libeu. That hides the definition of function crc32, which can conflict with zlib, from libelf. It also prevents mistakes to refer those functions from a component which doesn't link with libeu, such as libelf. Signed-off-by: Akihiko Odaki <[email protected]>
* Update name, license and contributor policy.Mark Wielaard2012-06-051-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change name from "Red Hat elfutils" to "elfutils". * Update license of standalone tools and test from GPLv2 to GPLv3+. * Change license of libraries from GPLv2+exception to GPLv2/LGPLv3+. * Add Developer Certificate of Origin based contributor policy. top-level: - COPYING: Upgraded from GPLv2 to GPLv3. - CONTRIBUTING, COPYING-GPLv2, COPYING-LGPLv3: New files. - NEWS: Added note about new contribution and license policy. - Makefile.am: Updated to GPLv3, added new files to EXTRA_DIST. - configure.ac: Update to GPLv3, changed AC_INIT name to 'elfutils'. backends, lib, libasm, libcpu, libdw, libdwfl, libebl, libelf: - All files updated to GPLv2/LGPLv3+. Except some very small files (<5 lines) which didn't have any headers at all before, the linker .maps files and the libcpu/defs files which only contain data and libelf/elf.h which comes from glibc and is under LGPLv2+. config: - elfutils.spec.in: Add new License: headers and new %doc files. - Update all license headers to GPLv2/LGPLv3+ for files used by libs. src, tests: - All files updated to GPLv3+. Except for the test bz2 data files, the linker maps and script files and some very small files (<5 lines) that don't have any headers. Signed-off-by: Richard Fontana <[email protected]> Signed-off-by: Mark Wielaard <[email protected]>
* Optimize x86/x86-64 disassembler tables.Ulrich Drepper2009-01-011-3/+20
|
* Slightly better formatting in generating disassembly data.Ulrich Drepper2008-12-311-1/+1
|
* Optimize x86/x86-64 disassembler some more. Avoid relocations for stringUlrich Drepper2008-12-311-4/+25
| | | | table.
* Optimize x86/x86-64 disassembler a bit.Ulrich Drepper2008-12-311-1/+1
|
* merge of '33d6cda327b8cb82fe8be29c24addb2bdf40acff'Ulrich Drepper2008-01-221-0/+4
| | | | and '4f7c8e6f95ff49761dd62bf932f09597f5838ab8'
* Update copyright year.Ulrich Drepper2008-01-211-4/+0
|
* 2008-01-21 Roland McGrath <[email protected]>Roland McGrath2008-01-211-0/+4
| | | | | | * i386_parse.y: Add sanity check for NMNES macro value. * Makefile.am (i386_parse.o): Fix target in dependency rule.
* Fix a couple of x86-64 disassembler cases.Ulrich Drepper2008-01-141-6/+11
|
* Add x86-64 disassembler support.Ulrich Drepper2008-01-091-1/+4
|
* Add remaining Intel x86 opcodes.Ulrich Drepper2008-01-041-19/+1
|
* Rewrite matcher to allow easier handling of SSE instructions.Ulrich Drepper2008-01-031-10/+21
| | | | A\\Correct/add copyrights.
* propagate from branch 'com.redhat.elfutils.disasm' (head ↵Ulrich Drepper2008-01-021-0/+1641
d15b4eb794e81e477f9896fe82a74cb5ecf4514c) to branch 'com.redhat.elfutils' (head eaacbf01f8cc89d043ec6eca9b5e35cb5c4cde06)