Age | Commit message (Expand) | Author | Files | Lines |
1997-01-31 | * config/tc-ppc.c (md_pseudo_table): If OBJ_XCOFF, add "long", | Ian Lance Taylor | 1 | -1/+22 |
1996-12-04 | Allow foo@suffix+constant relocations | Michael Meissner | 1 | -34/+61 |
1996-12-04 | Add -m{,no-}solaris support to enable/disable solaris comments & setting ppc ... | Michael Meissner | 1 | -9/+54 |
1996-10-10 | Turn most warnings into errors | Michael Meissner | 1 | -29/+112 |
1996-07-13 | Recognize and handle -K PIC | Michael Meissner | 1 | -1/+13 |
1996-07-10 | * config/tc-ppc.c (md_apply_fix3): Give a useful error message | Ian Lance Taylor | 1 | -16/+172 |
1996-05-30 | Make ! a comment character | Michael Meissner | 1 | -1/+1 |
1996-05-24 | Add better defaults for AIX3, AIX4 | Michael Meissner | 1 | -3/+18 |
1996-04-18 | Add -le/-be/-s from Solaris. | Michael Meissner | 1 | -1/+36 |
1996-04-16 | Add -m{,no-}regnames support; Add Solaris/linux support | Michael Meissner | 1 | -69/+95 |
1996-01-22 | update copyright | Ian Lance Taylor | 1 | -1/+1 |
1996-01-22 | * config/tc-ppc.c (ppc_csect): An unnamed csect is storage class | Ian Lance Taylor | 1 | -0/+6 |
1996-01-22 | Add support for eabi relocations and sections | Michael Meissner | 1 | -0/+18 |
1996-01-18 | Changed alignment on .pdata and .reldata | Kim Knuttila | 1 | -2/+2 |
1996-01-15 | Add more relocation suffixes | Michael Meissner | 1 | -0/+16 |
1996-01-15 | Allow .gcc_except_table to have unfixed pointers with -mrelocatable | Michael Meissner | 1 | -1/+2 |
1996-01-13 | Make elf section functions ELF specific | Michael Meissner | 1 | -0/+2 |
1996-01-12 | Add support for exclude section flag and ordered section type | Michael Meissner | 1 | -2/+63 |
1995-11-30 | idata alignment in .s files | Kim Knuttila | 1 | -2/+23 |
1995-11-29 | Fix -mrelocatable | Michael Meissner | 1 | -4/+2 |
1995-11-20 | * config/tc-ppc.c (ppc_debug_name_section_size): Remove. | Ian Lance Taylor | 1 | -32/+4 |
1995-11-05 | * config/tc-ppc.c (ppc_biei): Force symbol into text_section. | Ian Lance Taylor | 1 | -5/+3 |
1995-11-04 | * config/tc-ppc.c (md_show_usage): Put backslash at end of line. | Ian Lance Taylor | 1 | -1/+1 |
1995-11-01 | * config/tc-ppc.c (ppc_lglobl): Do the right thing. | Ian Lance Taylor | 1 | -4/+15 |
1995-10-31 | * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS. | Ian Lance Taylor | 1 | -1/+6 |
1995-10-31 | * config/tc-ppc.c (ppc_frob_symbol): Set BSF_NOT_AT_END for | Ian Lance Taylor | 1 | -0/+3 |
1995-10-31 | * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec". | Ian Lance Taylor | 1 | -1/+67 |
1995-10-28 | * config/tc-ppc.c (md_pseudo_table): Add "data" and "text". | Ian Lance Taylor | 1 | -10/+111 |
1995-10-24 | Fix PR 8255 | Michael Meissner | 1 | -34/+32 |
1995-10-16 | Fix last fixes #3 | Michael Meissner | 1 | -3/+3 |
1995-10-16 | Fix last fixes #2 | Michael Meissner | 1 | -0/+2 |
1995-10-16 | Fix last fixes | Michael Meissner | 1 | -2/+5 |
1995-10-16 | Change error message | Michael Meissner | 1 | -1/+1 |
1995-10-16 | Allow duplicate cmp instructions for -mcom | Michael Meissner | 1 | -4/+3 |
1995-10-16 | spelling typo | Michael Meissner | 1 | -1/+1 |
1995-10-16 | For -mcom, do not allow only POWER|PPC instructions. | Michael Meissner | 1 | -5/+3 |
1995-10-16 | Add -mcom support. | Michael Meissner | 1 | -11/+30 |
1995-10-04 | Better parsing, tocd, tocv started | Kim Knuttila | 1 | -47/+322 |
1995-10-04 | * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for | Ian Lance Taylor | 1 | -124/+67 |
1995-09-28 | * config/tc-ppc.h (tc_fix_adjustable): Define. | Ian Lance Taylor | 1 | -0/+9 |
1995-09-27 | * config/tc-ppc.h (OBJ_XCOFF): Define if OBJ_COFF and not TE_PE. | Ian Lance Taylor | 1 | -97/+58 |
1995-09-27 | Added back some missing code @ diff tc-ppc.c | Kim Knuttila | 1 | -0/+4 |
1995-09-27 | Undo md_apply_fix3 changes | Michael Meissner | 1 | -4/+33 |
1995-09-27 | Added assembler support for ppc/PE environments | Kim Knuttila | 1 | -6/+1003 |
1995-09-26 | Support all of the V.4 relocations | Michael Meissner | 1 | -83/+60 |
1995-09-25 | Better reloc support | Michael Meissner | 1 | -25/+69 |
1995-09-22 | start at handling branch taken/branch not taken hints. | Michael Meissner | 1 | -32/+40 |
1995-09-22 | do not set EF_PPC_RELOCATABLE for -mrelocatable-lib | Michael Meissner | 1 | -1/+1 |
1995-09-21 | add -mrelocatable-lib, -memb support | Michael Meissner | 1 | -10/+41 |
1995-08-21 | Allow @HA, @L, and @H on constant expressions. | Michael Meissner | 1 | -11/+70 |