aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-macho.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-09gas remove assorted unnecessary castsAlan Modra1-3/+3
2025-07-09gas function arg castsAlan Modra1-1/+1
2025-07-09gas various other void* castsAlan Modra1-6/+5
2025-07-09gas NULL castsAlan Modra1-3/+3
2025-07-09gas more enum castsAlan Modra1-2/+2
2025-03-07Mach-O: use is_end_of_stmt()Jan Beulich1-4/+4
2025-02-14gas: replace bfd_alloc with notes_allocAlan Modra1-7/+2
2025-02-03gas/obj-*.c: use is_whitespace()Jan Beulich1-3/+3
2025-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2024-10-14gas: drop SKIP_WHITESPACE_AFTER_NAME()Jan Beulich1-4/+4
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-08-08Mach-O: i18n enablement on some error messages.Tsukasa OI1-2/+2
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-04-01Use startswith in gas subfolder.Martin Liska1-2/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-02ubsan: obj-macho.c:503 left shift cannot be representedAlan Modra1-1/+1
2020-08-21Rearrange symbol_create parametersAlan Modra1-3/+3
2020-02-26Indent labelsAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-8/+8
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-05-04-Wstringop-truncation warningsAlan Modra1-2/+4
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-08-10Fix memory corruption when assembling an i386 darwin source file.Nick Clifton1-5/+17
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-4/+4
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-05-13use XNEW and related macros moreTrevor Saunders1-2/+1
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-10/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-11/+9
2015-08-12Remove trailing spaces in gasH.J. Lu1-61/+61
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-06-28Avoid cascading errors due to write_object_file changeAlan Modra1-7/+11
2014-03-05Update copyright yearsAlan Modra1-1/+1
2012-02-21provide a hook to allow checking errors just before we output the file.Iain Sandoe1-0/+66
2012-02-212012-02-21 Tristan Gingold <gingold@adacore.com>Iain Sandoe1-47/+181
2012-02-20gas:Iain Sandoe1-0/+31
2012-02-20gas:Iain Sandoe1-0/+12
2012-02-12gas:Iain Sandoe1-0/+5
2012-02-10gas:Iain Sandoe1-1/+6
2012-02-02bfd/Tristan Gingold1-1/+1
2012-01-13reverse the order of relocs in mach-o gas output.Iain Sandoe1-0/+17
2012-01-13handle absolute indirect syms in mach-oIain Sandoe1-3/+7
2012-01-13set vma on mach-o sections.Iain Sandoe1-0/+85
2012-01-12add indirect_symbol to mach-o port.Iain Sandoe1-29/+231
2012-01-09add symbol qualifiers for mach-o to bfd/gasIain Sandoe1-32/+339
2012-01-04add .zerofill to mach-o GAS.Iain Sandoe1-86/+316
2012-01-03support stabs on mach-o GAS.Iain Sandoe1-1/+41