aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-ppc.c
AgeCommit message (Expand)AuthorFilesLines
1996-12-04Allow foo@suffix+constant relocationsMichael Meissner1-34/+61
1996-12-04Add -m{,no-}solaris support to enable/disable solaris comments & setting ppc ...Michael Meissner1-9/+54
1996-10-10Turn most warnings into errorsMichael Meissner1-29/+112
1996-07-13Recognize and handle -K PICMichael Meissner1-1/+13
1996-07-10 * config/tc-ppc.c (md_apply_fix3): Give a useful error messageIan Lance Taylor1-16/+172
1996-05-30Make ! a comment characterMichael Meissner1-1/+1
1996-05-24Add better defaults for AIX3, AIX4Michael Meissner1-3/+18
1996-04-18Add -le/-be/-s from Solaris.Michael Meissner1-1/+36
1996-04-16Add -m{,no-}regnames support; Add Solaris/linux supportMichael Meissner1-69/+95
1996-01-22update copyrightIan Lance Taylor1-1/+1
1996-01-22 * config/tc-ppc.c (ppc_csect): An unnamed csect is storage classIan Lance Taylor1-0/+6
1996-01-22Add support for eabi relocations and sectionsMichael Meissner1-0/+18
1996-01-18Changed alignment on .pdata and .reldataKim Knuttila1-2/+2
1996-01-15Add more relocation suffixesMichael Meissner1-0/+16
1996-01-15Allow .gcc_except_table to have unfixed pointers with -mrelocatableMichael Meissner1-1/+2
1996-01-13Make elf section functions ELF specificMichael Meissner1-0/+2
1996-01-12Add support for exclude section flag and ordered section typeMichael Meissner1-2/+63
1995-11-30idata alignment in .s filesKim Knuttila1-2/+23
1995-11-29Fix -mrelocatableMichael Meissner1-4/+2
1995-11-20 * config/tc-ppc.c (ppc_debug_name_section_size): Remove.Ian Lance Taylor1-32/+4
1995-11-05 * config/tc-ppc.c (ppc_biei): Force symbol into text_section.Ian Lance Taylor1-5/+3
1995-11-04 * config/tc-ppc.c (md_show_usage): Put backslash at end of line.Ian Lance Taylor1-1/+1
1995-11-01 * config/tc-ppc.c (ppc_lglobl): Do the right thing.Ian Lance Taylor1-4/+15
1995-10-31 * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.Ian Lance Taylor1-1/+6
1995-10-31 * config/tc-ppc.c (ppc_frob_symbol): Set BSF_NOT_AT_END forIan Lance Taylor1-0/+3
1995-10-31 * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec".Ian Lance Taylor1-1/+67
1995-10-28 * config/tc-ppc.c (md_pseudo_table): Add "data" and "text".Ian Lance Taylor1-10/+111
1995-10-24Fix PR 8255Michael Meissner1-34/+32
1995-10-16Fix last fixes #3Michael Meissner1-3/+3
1995-10-16Fix last fixes #2Michael Meissner1-0/+2
1995-10-16Fix last fixesMichael Meissner1-2/+5
1995-10-16Change error messageMichael Meissner1-1/+1
1995-10-16Allow duplicate cmp instructions for -mcomMichael Meissner1-4/+3
1995-10-16spelling typoMichael Meissner1-1/+1
1995-10-16For -mcom, do not allow only POWER|PPC instructions.Michael Meissner1-5/+3
1995-10-16Add -mcom support.Michael Meissner1-11/+30
1995-10-04Better parsing, tocd, tocv startedKim Knuttila1-47/+322
1995-10-04 * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry forIan Lance Taylor1-124/+67
1995-09-28 * config/tc-ppc.h (tc_fix_adjustable): Define.Ian Lance Taylor1-0/+9
1995-09-27 * config/tc-ppc.h (OBJ_XCOFF): Define if OBJ_COFF and not TE_PE.Ian Lance Taylor1-97/+58
1995-09-27Added back some missing code @ diff tc-ppc.cKim Knuttila1-0/+4
1995-09-27Undo md_apply_fix3 changesMichael Meissner1-4/+33
1995-09-27Added assembler support for ppc/PE environmentsKim Knuttila1-6/+1003
1995-09-26Support all of the V.4 relocationsMichael Meissner1-83/+60
1995-09-25Better reloc supportMichael Meissner1-25/+69
1995-09-22start at handling branch taken/branch not taken hints.Michael Meissner1-32/+40
1995-09-22do not set EF_PPC_RELOCATABLE for -mrelocatable-libMichael Meissner1-1/+1
1995-09-21add -mrelocatable-lib, -memb supportMichael Meissner1-10/+41
1995-08-21Allow @HA, @L, and @H on constant expressions.Michael Meissner1-11/+70
1995-05-16Little endian fixMichael Meissner1-25/+39