Line 1... |
Line 1... |
/* M32R ELF support for BFD.
|
/* M32R ELF support for BFD.
|
Copyright 1996, 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
|
Copyright 1996, 1997, 1998, 1999, 2000, 2003, 2004, 2008
|
|
Free Software Foundation, Inc.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
Line 78... |
Line 79... |
/* Processor specific section indices. These sections do not actually
|
/* Processor specific section indices. These sections do not actually
|
exist. Symbols with a st_shndx field corresponding to one of these
|
exist. Symbols with a st_shndx field corresponding to one of these
|
values have a special meaning. */
|
values have a special meaning. */
|
|
|
/* Small common symbol. */
|
/* Small common symbol. */
|
#define SHN_M32R_SCOMMON 0xff00
|
#define SHN_M32R_SCOMMON SHN_LORESERVE
|
|
|
/* Processor specific section flags. */
|
/* Processor specific section flags. */
|
|
|
/* This section contains sufficient relocs to be relaxed.
|
/* This section contains sufficient relocs to be relaxed.
|
When relaxing, even relocs of branch instructions the assembler could
|
When relaxing, even relocs of branch instructions the assembler could
|