aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-08Fix copyright noticesNick Clifton1-1/+1
2001-02-08(pa_build_unwind_subspace): Don't callAlan Modra1-2/+2
2001-02-06Fix unwind info when cross-compiling from little-endian machines.Alan Modra1-37/+61
2001-01-30Fix a null-pointer dereference and some range checks.Alan Modra1-13/+10
2001-01-16Support hand-crafted .PARISC.unwind entriesAlan Modra1-8/+14
2001-01-16Build unwind info for more than just .text section.Alan Modra1-1/+3
2001-01-14Use SEGREL32 relocs for elf32-hppa unwind.Alan Modra1-6/+2
2001-01-14Adds assembly and dis-assembly support for the HPPA wideAlan Modra1-31/+58
2000-12-13Rodney Brown's CHECK_FIELD typo fixes.Alan Modra1-2/+2
2000-12-032000-12-03 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-2/+2
2000-11-17 * as.c (debug_type): Init to DEBUG_UNSPECIFIED.Richard Henderson1-9/+1
2000-10-25Add --gdwarf2 support to ARM toolchainNick Clifton1-14/+1
2000-10-07(md_apply_fix): Remove bad assert added 2000-09-26.Alan Modra1-146/+143
2000-09-28For SOM, don't force relocs on out-of-range 12 bit branches.Alan Modra1-4/+13
2000-09-27External/weak SOM fixes, branch limit corrections.Alan Modra1-33/+49
2000-09-23* config/tc-hppa.c (hppa_fix_adjustable): Do the external and weakAlan Modra1-5/+5
2000-09-18* config/tc-hppa.h (TC_FORCE_RELOCATION_SECTION): For ELF, allowAlan Modra1-1/+7
2000-09-07 > * config/tc-hppa.c: Fix formatting.Jeff Law1-35/+17
2000-09-05.reg improvements.Alan Modra1-434/+413
2000-09-05Munge in vtable support for tc-hppa.c, inform elf back-end aboutAlan Modra1-63/+96
2000-07-28comment-finding hack for hppa-linux.Alan Modra1-0/+24
2000-07-19#ifdef OBJ_SOM, not #ifdef SOMAlan Modra1-16/+17
2000-07-15(hppa_fix_adjustable): Don't reduce certain symbols to section syms.Alan Modra1-3/+30
2000-07-10More warning fixes, and a tweak in tc-hppa.c to check constantAlan Modra1-1/+3
2000-07-09Add linux-elf flavour to pseudos in tc-hppa.c and some tidyingAlan Modra1-159/+250
2000-06-14 * config/tc-hppa.c (pa_export): Weak symbols can be global.Jeff Law1-1/+6
2000-05-19 * config/tc-hppa.c (md_apply_fix): Mask out immediate bits ofJeff Law1-4/+4
2000-05-02Assorted code cleanup and fixes for hppa. Re-enable elf32-hppa asAlan Modra1-217/+107
2000-04-21 * config/tc-hppa.c (md_apply_fix): Handle new PA2.0 formats.Jeff Law1-2/+125
2000-02-11 * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to createJeff Law1-3/+3
1999-11-25 * config/tc-hppa.c (pa_ip): Handle PA2.0 unit completers. HandleJeff Law1-0/+38
1999-10-17 * config/tc-hppa.c (md_apply_fix): Make "fmt" an int.Jeff Law1-1/+1
1999-10-10 * config/tc-hppa.c (pa_ip): Add new codes 'cc', 'cd', 'cC', 'co',Jeff Law1-70/+411
1999-09-23Remove accidental case duplication.Jeff Law1-18/+1
1999-09-23 * config/tc-hppa.c (pa_ip): Replace 'B', 'M', 'l' and 'g' handlingJeff Law1-32/+35
1999-09-23 * config/tc-hppa.c (pa_ip): Add parens to silence compiler.Jeff Law1-3/+2
1999-09-22 * config/tc-hppa.c (pa_ip): Avoid ANSI specific initialization.Jeff Law1-3/+7
1999-09-20 * config/tc-hppa.c (pa_ip): Fix thinkos in recent cleanupJeff Law1-6/+6
1999-09-19 * config/tc-hppa.c (pa_ip): Handle 'J', 'K' and 'cc'Jeff Law1-0/+74
1999-09-19 * config/tc-hppa.c (pa_ip); Handle "fe", and 'cJ'.Jeff Law1-2/+23
1999-09-19 * config/tc-hppa.c (pa_ip): Handle 'd', '#' and 'cq'.Jeff Law1-2/+71
1999-09-19 * config/tc-hppa.c (struct pa_it): New field "trunc".Jeff Law1-0/+236
1999-09-19 * config/tc-hppa.c (pa_ip): Handle 'X' operand.Jeff Law1-0/+62
1999-09-19 * config/tc-hppa.c (pa_ip): Handle 'B' operand.Jeff Law1-0/+8
1999-09-19 * config/tc-hppa.c (pa_ip): Handle 'L' and 'M' operands.Jeff Law1-0/+18
1999-09-19 * config/tc-hppa.c (pa_ip): Handle 'l' operand.Jeff Law1-0/+8
1999-09-19 * config/tc-hppa.c (pa_ip): Handle 'g' operand.Jeff Law1-0/+7
1999-09-18 * config/tc-hppa.c (md_assemble): Fix dwarf2 line handling.Jeff Law1-6/+8
1999-09-18Really fix the typo.Jeff Law1-1/+1
1999-09-18Fix typo in last change.Jeff Law1-1/+1