aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-20 * config/obj-som.c (adjust_stab_sections): Add prototype.Dave Anglin1-7/+12
2004-06-11 * config/tc-hppa.c (log2): Rename to exact_log2.Dave Anglin1-21/+13
2004-06-11 Bug gas/213Dave Anglin1-2/+9
2004-04-28 * som.c (struct som_misc_symbol_info): Add is_comdat, is_common andDave Anglin1-24/+45
2004-03-19 * elf-hppa.h (elf_hppa_reloc_final_type): Handle selectors forDave Anglin1-0/+3
2003-11-22 * config/tc-a29k.h: Fix comment typos.Kazu Hirata1-1/+1
2003-11-21 * config/tc-hppa.c: Fix comment typos.Kazu Hirata1-24/+24
2003-10-06Change target of hppa-netbsd portNick Clifton1-7/+20
2003-09-27 * config/tc-hppa.c (pa_ip): Check for invalid 64-bit conditions.Dave Anglin1-7/+5
2003-05-21 * config/tc-hppa.c (hppa_symbol_chars): Remove `,' and `!'.Dave Anglin1-2/+4
2003-05-21Move .file and .loc pseudo ops into obj-elf.cNick Clifton1-6/+0
2003-04-28* config/tc-hppa.c (hppa_symbol_chars): New.Nick Clifton1-0/+3
2003-01-23 * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra1-2/+2
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-3/+3
2002-09-09 * config/tc-hppa.c (md_apply_fix3): Don't set fx_done forJeff Law1-3/+3
2002-09-05gas reloc rewrite.Alan Modra1-17/+2
2002-08-20 * config/tc-arc.c (md_pseudo_table <dwarf2_directive_file>): Cast.Alan Modra1-1/+1
2002-06-06 * gas/config/tc-hppa.c (pa_ip): Replace "L$0\001" with FAKE_LABEL_NAME.Jeff Law1-12/+24
2002-05-09 * config/obj-coff.c: Fix formatting.Kazu Hirata1-13/+13
2002-03-052002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>Jeff Law1-18/+4
2002-02-25 * config/tc-hppa.c: Update copyright date.Alan Modra1-2/+2
2002-02-12 * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust final typesAlan Modra1-3/+54
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