aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-ppc.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-21Move .file and .loc pseudo ops into obj-elf.cNick Clifton1-2/+0
2003-05-03gas/H.J. Lu1-1/+1
2003-05-02 * config/tc-ppc.c (md_show_usage): Mention -a32, -a64, -l, -le, -b,Alan Modra1-9/+13
2003-04-24Add '+' and '-' as valid symbol characters for PPC port.Nick Clifton1-0/+4
2003-04-08 * config/tc-ppc.c (md_apply_fix3): Generate ADDR16 relocs.Alan Modra1-6/+17
2003-02-06 * config/tc-ppc.c (ppc_elf_suffix): Undo part of last change so thatAlan Modra1-22/+20
2003-02-04 * config/tc-ppc.c (mapping): Handle new TLS reloc specs.Alan Modra1-72/+193
2003-01-23 * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra1-5/+3
2002-12-03Fix the merging of .PPC.EMB.apuinfo sections. Add a test to make sure thatNick Clifton1-1/+1
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-79/+80
2002-10-12 * config/tc-ppc.c (ppc_cleanup): Make 'i' unsigned int.Alan Modra1-1/+1
2002-09-13Do not count FAKE operands when deciding if any operands have been skipped.Nick Clifton1-1/+9
2002-09-05gas reloc rewrite.Alan Modra1-31/+42
2002-09-04 * config/tc-ppc.c (ppc_frob_symbol): Formatting, warning fix.Alan Modra1-36/+37
2002-09-04 * config/tc-ppc.c (PPC_HIGHER, PPC_HIGHEST): Fix warning.Alan Modra1-6/+19
2002-09-04Do not insert non-BookE32 instructions into the hash table if the target cpuNick Clifton1-0/+8
2002-08-212002-08-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-11/+17
2002-08-192002-08-19 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-16/+166
2002-08-06 * config/tc-ppc.c (md_apply_fix3): Adjust 16 bit XCOFF reloc offset.Alan Modra1-2/+16
2002-07-26 * config/tc-ppc.c (ppc_set_cpu): Use PPC_OPCODE_64 as the defaultAlan Modra1-1/+6
2002-07-11 * config/tc-ppc.c (ppc_elf_frob_symbol): Delete.Alan Modra1-10/+38
2002-07-11 * config/tc-ppc.c (md_pseudo_table): Warning fix.Alan Modra1-73/+44
2002-06-12Change default csect alignment to 4 bytes.Tom Rix1-9/+1
2002-05-23 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCALJakub Jelinek1-1/+1
2002-05-11 * config/obj-coff.h: Fix formatting.Kazu Hirata1-5/+5
2002-05-02 * config/tc-ppc.c (mapping): Map sectoff to BFD_RELOC_16_BASEREL.Alan Modra1-4/+4
2002-03-18Add AIX 64 shared library support and emulation layer for binutilsNick Clifton1-1/+5
2002-02-25 * doc/c-ppc.texi (PowerPC-Opts): Add -mpower4 and -maltivec.Alan Modra1-12/+21
2002-02-12Fix minimal-toc with -maix64Tom Rix1-1/+1
2002-01-03[gas/ChangeLog]Matthew Green1-2/+2
2001-12-20* config/tc-ppc.c (md_parse_option): Make -maltivec defaultMatthew Green1-1/+6
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-117/+109
2001-11-15binutils/ChangeLogAlan Modra1-3/+3
2001-10-17[gas/ChangeLog]Matthew Green1-2/+5
2001-10-17 * config/tc-ppc.c (PPC_HA, PPC_HIGHERA, PPC_HIGHESTA): Simplify.Alan Modra1-83/+91
2001-10-13[gas/ChangeLog]Matthew Green1-6/+26
2001-10-08Fix 2 xcoff line number problemsTom Rix1-2/+20
2001-10-04 * config/tc-ppc.c (md_assemble <DS relocs>): Test ppc_size as wellAlan Modra1-8/+12
2001-10-02 * config/tc-ppc.c (md_apply_fix3 <BFD_RELOC_CTOR>): Make it 64Alan Modra1-1/+5
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-10/+9
2001-09-11 * config/obj-elf.c (obj_elf_parse_section_letters): Use 'M' insteadJakub Jelinek1-1/+1
2001-08-27 * configure.in: Recognise powerpc*le*, not just powerpcle*.Alan Modra1-82/+371
2001-08-10Revert 2001-08-08 changes.Alan Modra1-28/+32
2001-08-08 * config/tc-ppc.c (md_apply_fix3): Replace haphazard code forAlan Modra1-32/+28
2001-07-31 * config/tc-ppc.c (ppc_elf_validate_fix): It's OK to haveGeoffrey Keating1-1/+1
2001-07-30 * config/obj-elf.c (obj_elf_symver): Temporarily modify lex_typeAlan Modra1-9/+7
2001-07-02 * config/tc-ppc.c: Formatting fixes.Alan Modra1-230/+248
2001-06-20Fix for problem with default alignment of .commTom Rix1-8/+5
2001-05-29formatting changeTom Rix1-18/+16
2001-05-24Fix for gas seg fault and neg line numbersTom Rix1-1/+23