summaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.c
Commit message (Expand)AuthorAgeFilesLines
* Assorted code cleanup and fixes for hppa. Re-enable elf32-hppa asAlan Modra2000-05-021-217/+107
* * config/tc-hppa.c (md_apply_fix): Handle new PA2.0 formats.Jeff Law2000-04-211-2/+125
* * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to createJeff Law2000-02-111-3/+3
* * config/tc-hppa.c (pa_ip): Handle PA2.0 unit completers. HandleJeff Law1999-11-251-0/+38
* * config/tc-hppa.c (md_apply_fix): Make "fmt" an int.Jeff Law1999-10-171-1/+1
* * config/tc-hppa.c (pa_ip): Add new codes 'cc', 'cd', 'cC', 'co',Jeff Law1999-10-101-70/+411
* Remove accidental case duplication.Jeff Law1999-09-231-18/+1
* * config/tc-hppa.c (pa_ip): Replace 'B', 'M', 'l' and 'g' handlingJeff Law1999-09-231-32/+35
* * config/tc-hppa.c (pa_ip): Add parens to silence compiler.Jeff Law1999-09-231-3/+2
* * config/tc-hppa.c (pa_ip): Avoid ANSI specific initialization.Jeff Law1999-09-221-3/+7
* * config/tc-hppa.c (pa_ip): Fix thinkos in recent cleanupJeff Law1999-09-201-6/+6
* * config/tc-hppa.c (pa_ip): Handle 'J', 'K' and 'cc'Jeff Law1999-09-191-0/+74
* * config/tc-hppa.c (pa_ip); Handle "fe", and 'cJ'.Jeff Law1999-09-191-2/+23
* * config/tc-hppa.c (pa_ip): Handle 'd', '#' and 'cq'.Jeff Law1999-09-191-2/+71
* * config/tc-hppa.c (struct pa_it): New field "trunc".Jeff Law1999-09-191-0/+236
* * config/tc-hppa.c (pa_ip): Handle 'X' operand.Jeff Law1999-09-191-0/+62
* * config/tc-hppa.c (pa_ip): Handle 'B' operand.Jeff Law1999-09-191-0/+8
* * config/tc-hppa.c (pa_ip): Handle 'L' and 'M' operands.Jeff Law1999-09-191-0/+18
* * config/tc-hppa.c (pa_ip): Handle 'l' operand.Jeff Law1999-09-191-0/+8
* * config/tc-hppa.c (pa_ip): Handle 'g' operand.Jeff Law1999-09-191-0/+7
* * config/tc-hppa.c (md_assemble): Fix dwarf2 line handling.Jeff Law1999-09-181-6/+8
* Really fix the typo.Jeff Law1999-09-181-1/+1
* Fix typo in last change.Jeff Law1999-09-181-1/+1
* * config/tc-hppa.c (pa_build_unwind_subspace): Do not buildJeff Law1999-09-171-0/+4
* * config/tc-hppa.c (pa_ip): Move dwarf2 stuff from here.Jeff Law1999-09-151-12/+12
* * config/tc-hppa.c: Include dwarf2dbg.h if OBJ_ELF. DeclareJeff Law1999-09-151-0/+38
* * config/tc-hppa.c (pa_ip): Support 'Z' argument.Jeff Law1999-09-071-0/+11
* * config/tc-hppa.c (pa_ip): Put strict register checks beforeJeff Law1999-09-071-19/+19
* * config/tc-hppa.c (pa_ip): Get strict/non-strict mode from theJeff Law1999-09-061-24/+159
* * config/tc-hppa.c (pa_ip): Replace 'f' by 'v'. Prefix float registerJeff Law1999-08-291-176/+190
* * config/tc-hppa.c (pa_ip): Add args q, %, and |.Jeff Law1999-08-281-1/+40
* * config/tc-hppa.c (pa_ip): Absorb white space in instructionsJeff Law1999-08-281-0/+200
* * config/tc-hppa.c (pa_ip): Add completer codes 'a', 'ch', 'cH',Jeff Law1999-08-281-0/+103
* * config/tc-hppa.c (pa_ip): Place completers behind prefix 'c'.Jeff Law1999-08-281-79/+86
* * config/tc-hppa.c (pa_ip): Do not allow '*' in 32bit completers.Jeff Law1999-08-281-0/+12
* * config/tc-hppa.c (pa_ip): Add cases for '.', '~'. '$'. and '!'Jeff Law1999-08-281-0/+42
* * config/tc-hppa.c (pa_ip): Add case for 'I'.Jeff Law1999-08-281-0/+6
* * config/tc-hppa.c (pa_build_unwind_subspace): Use sane sectionJeff Law1999-08-111-1/+2
* Fix typos in last change.Jeff Law1999-08-101-3/+3
* * config/tc-hppa.c (UNWIND_SECTION_NAME): Define for ELF.Jeff Law1999-08-101-7/+20
* * config/tc-hppa.c (pa_ip, case '?'): Add missing break.Jeff Law1999-08-061-0/+1
* * config/tc-hppa.c (pa_ip): Add 64 bit condition completers.Jeff Law1999-08-061-6/+102
* * config/tc-hppa.c (pa_ip): Change condition args to have '?' prefix.Jeff Law1999-08-051-399/+411
* * config/tc-hppa.c (pa_chk_field_selector): Allow 3 byteJeff Law1999-08-051-2/+2
* * config/tc-hppa.c (pa_ip): Add 'J' and 'K' codeJeff Law1999-07-281-0/+24
* dJeff Law1999-07-151-1/+2
* hJeff Law1999-07-011-8/+6
* dJeff Law1999-06-211-4/+6
* * tc-hppa.c: General cleanups of ELF support. No more spacesJeff Law1999-06-181-128/+186
* 1999-06-04 Mark Klein <mklein@dis.com>Ian Lance Taylor1999-06-041-15/+17