aboutsummaryrefslogtreecommitdiff
path: root/include/som
AgeCommit message (Collapse)AuthorFilesLines
2023-01-01Update year range in copyright notice of binutils filesAlan Modra5-5/+5
The newer update-copyright.py fixes file encoding too, removing cr/lf on binutils/bfdtest2.c and ld/testsuite/ld-cygwin/exe-export.exp, and embedded cr in binutils/testsuite/binutils-all/ar.exp string match.
2022-01-02Update year range in copyright notice of binutils filesAlan Modra5-5/+5
The result of running etc/update-copyright.py --this-year, fixing all the files whose mode is changed by the script, plus a build with --enable-maintainer-mode --enable-cgen-maint=yes, then checking out */po/*.pot which we don't update frequently. The copy of cgen was with commit d1dd5fcc38ead reverted as that commit breaks building of bfp opcodes files.
2021-01-01Update year range in copyright notice of binutils filesAlan Modra5-5/+5
2020-08-31PR26457 UBSAN: som.c:1794 left shift cannot be representedAlan Modra1-14/+14
PR 26457 * som/aout.h (SOM_SUBSPACE_ACCESS_CONTROL_BITS_MASK): Make unsigned. (SOM_SUBSPACE_MEMORY_RESIDENT, SOM_SUBSPACE_DUP_COMMON) (SOM_SUBSPACE_IS_COMMON, SOM_SUBSPACE_IS_LOADABLE) (SOM_SUBSPACE_QUADRANT_MASK, SOM_SUBSPACE_INITIALLY_FROZEN) (SOM_SUBSPACE_IS_FIRST, SOM_SUBSPACE_CODE_ONLY) (SOM_SUBSPACE_SORT_KEY_MASK, SOM_SUBSPACE_REPLICATE_INIT) (SOM_SUBSPACE_CONTINUATION, SOM_SUBSPACE_IS_TSPECIFIC) (SOM_SUBSPACE_IS_COMDAT): Likewise.
2020-03-10ubsan: som: left shift of 1 by 31 placesAlan Modra2-5/+5
* som/aout.h (SOM_AUX_ID_MANDATORY, SOM_SPACE_IS_LOADABLE), (SOM_SYMBOL_HIDDEN, SOM_SYMBOL_HAS_LONG_RETURN): Use 1u << 31. * som/lst.h (LST_SYMBOL_HIDDEN): Likewise.
2020-01-01Update year range in copyright notice of binutils filesAlan Modra5-5/+5
2019-01-01Update year range in copyright notice of binutils filesAlan Modra5-5/+5
2018-01-03Update year range in copyright notice of binutils filesAlan Modra5-5/+5
2017-01-02Update year range in copyright notice of all files.Alan Modra5-5/+5
2016-01-01Copyright update for binutilsAlan Modra5-5/+5
2016-01-01binutils ChangeLog rotationAlan Modra1-0/+0
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra6-6/+10
2014-03-05Update copyright yearsAlan Modra6-6/+10
2012-12-10Add copyright noticesNick Clifton1-0/+13
2010-06-10include/som:Tristan Gingold6-0/+664
2010-06-10 Tristan Gingold <gingold@adacore.com> * aout.h: New file. * clock.h: Likewise. * lst.h: Likewise. * reloc.h: Likewise. * internal.h: Likewise.