aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-31 * config/tc-hppa.c (pa_ip): Handle new 'c' mode completers,Jeff Law1-2/+5
2001-11-162001-11-15 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-20/+23
2001-10-11 * config/tc-alpha.c: Fix comment typos.Kazu Hirata1-2/+2
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-18/+19
2001-07-23 * config/tc-alpha.h: Fix formatting.Kazu Hirata1-11/+11
2001-07-23 * config/tc-hppa.c (pa_parse_nonneg_cmpsub_cmpltr): RemoveAlan Modra1-50/+32
2001-06-22Add %mrp (millicode return pointer) alias for %r2 or %r31, depending on 32 orNick Clifton1-0/+5
2001-06-21 * config/tc-hppa.c (CHECK_FIELD_WHERE): Define.Alan Modra1-14/+40
2001-03-28Default hppa64 to ".level 2.0w"Alan Modra1-1/+7
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