crtdbase.S 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. /* Defines __gcc_unwind_dbase
  2. Copyright (C) 2014-2022 Free Software Foundation, Inc.
  3. This file is free software; you can redistribute it and/or modify it
  4. under the terms of the GNU General Public License as published by the
  5. Free Software Foundation; either version 3, or (at your option) any
  6. later version.
  7. This file is distributed in the hope that it will be useful, but
  8. WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  10. General Public License for more details.
  11. Under Section 7 of GPL version 3, you are granted additional
  12. permissions described in the GCC Runtime Library Exception, version
  13. 3.1, as published by the Free Software Foundation.
  14. You should have received a copy of the GNU General Public License and
  15. a copy of the GCC Runtime Library Exception along with this program;
  16. see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
  17. <http://www.gnu.org/licenses/>. */
  18. /* Symbol used as an arbitrary base for offsets inside the data
  19. * segment for unwind information. */
  20. .file "crtdbase.S"
  21. .globl __gcc_unwind_dbase
  22. .csect __gcc_unwind_dbase[RW],2
  23. .align 2
  24. __gcc_unwind_dbase:
  25. .long 0