aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-pdp11.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-04-01Use startswith in gas subfolder.Martin Liska1-32/+32
2021-03-31Use bool in gasAlan Modra1-4/+4
2021-03-29TRUE/FALSE simplificationAlan Modra1-3/+0
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-0232-bit host pdp11 breakageAlan Modra1-0/+2
2020-08-24Remove "memory exhausted" messagesAlan Modra1-2/+0
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-2/+2
2020-08-20Port gas/config/* to str_htab.Martin Liska1-5/+5
2020-05-28Fix all unexpected failures in gas testsuite for pdp11-aout.Stephen Casner1-0/+10
2020-05-27Fix PR gas/26001 (pdp11-*-*)Stephen Casner1-1/+10
2020-02-21pdp11 reloc processingAlan Modra1-13/+17
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-03-21Teach a few targets to resolve BFD_RELOC_8Alan Modra1-0/+4
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-08-07Correct the parsing of derferred register addressing in the PDP11 assembler.James Patrick Conlon1-5/+13
2018-08-01Fix bug in PDP11 assembler when handling a JSr instruction with deferred auto...James Patrick Conlon1-1/+15
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-6/+6
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-1/+1
2016-04-03use XNEW and related macros moreTrevor Saunders1-2/+2
2016-04-01Constify moreAlan Modra1-3/+3
2016-03-31get rid of K&R style argsTrevor Saunders1-3/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-4/+4
2016-03-22tc-pdp11.c: remove useless codeTrevor Saunders1-2/+0
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2011-01-06* config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relativePaul Koning1-7/+0
2009-08-29 Updated sources to avoid using the identifier name "new", which is aNick Clifton1-6/+6
2009-07-24 PR 10437Nick Clifton1-36/+36
2009-02-03 PR 9779Nick Clifton1-4/+6
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-0/+6
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
2005-07-05Fix compile time warnings from a GCC 4.0 compilerNick Clifton1-1/+1
2005-06-07gas:Zack Weinberg1-2/+2
2005-05-05Update the address and phone number of the FSFNick Clifton1-1/+1
2005-03-23Convert to ISO C90 formattingNick Clifton1-529/+269
2005-03-03update copyright datesAlan Modra1-1/+1
2005-01-31 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,Ben Elliston1-48/+0
2004-11-03 * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declareHans-Peter Nilsson1-2/+2
2004-10-01Fixes for the encoding and decoding of the PDP11's SOB instructionNick Clifton1-1/+2
2004-08-17Add support for a -g switch to GASNick Clifton1-2/+0
2002-06-08 * as.c: Replace CONST with const.Alan Modra1-14/+14
2002-05-11 * config/obj-coff.h: Fix formatting.Kazu Hirata1-3/+3
2002-03-05 * tc-pdp11.c: Use VAX float format support for PDP-11 target.Alan Modra1-14/+162
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-8/+12