| OLD | NEW |
| 1 /* Renesas RL78 specific support for 32-bit ELF. | 1 /* Renesas RL78 specific support for 32-bit ELF. |
| 2 Copyright (C) 2011 | 2 Copyright (C) 2011, 2012 |
| 3 Free Software Foundation, Inc. | 3 Free Software Foundation, Inc. |
| 4 | 4 |
| 5 This file is part of BFD, the Binary File Descriptor library. | 5 This file is part of BFD, the Binary File Descriptor library. |
| 6 | 6 |
| 7 This program is free software; you can redistribute it and/or modify | 7 This program is free software; you can redistribute it and/or modify |
| 8 it under the terms of the GNU General Public License as published by | 8 it under the terms of the GNU General Public License as published by |
| 9 the Free Software Foundation; either version 3 of the License, or | 9 the Free Software Foundation; either version 3 of the License, or |
| 10 (at your option) any later version. | 10 (at your option) any later version. |
| 11 | 11 |
| 12 This program is distributed in the hope that it will be useful, | 12 This program is distributed in the hope that it will be useful, |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 EMPTY_HOWTO (0x23), | 78 EMPTY_HOWTO (0x23), |
| 79 EMPTY_HOWTO (0x24), | 79 EMPTY_HOWTO (0x24), |
| 80 EMPTY_HOWTO (0x25), | 80 EMPTY_HOWTO (0x25), |
| 81 EMPTY_HOWTO (0x26), | 81 EMPTY_HOWTO (0x26), |
| 82 EMPTY_HOWTO (0x27), | 82 EMPTY_HOWTO (0x27), |
| 83 EMPTY_HOWTO (0x28), | 83 EMPTY_HOWTO (0x28), |
| 84 EMPTY_HOWTO (0x29), | 84 EMPTY_HOWTO (0x29), |
| 85 EMPTY_HOWTO (0x2a), | 85 EMPTY_HOWTO (0x2a), |
| 86 EMPTY_HOWTO (0x2b), | 86 EMPTY_HOWTO (0x2b), |
| 87 EMPTY_HOWTO (0x2c), | 87 EMPTY_HOWTO (0x2c), |
| 88 EMPTY_HOWTO (0x2d), | 88 RL78REL (RH_RELAX, 0, 0, 0, dont, FALSE), |
| 89 | 89 |
| 90 EMPTY_HOWTO (0x2e), | 90 EMPTY_HOWTO (0x2e), |
| 91 EMPTY_HOWTO (0x2f), | 91 EMPTY_HOWTO (0x2f), |
| 92 EMPTY_HOWTO (0x30), | 92 EMPTY_HOWTO (0x30), |
| 93 EMPTY_HOWTO (0x31), | 93 EMPTY_HOWTO (0x31), |
| 94 EMPTY_HOWTO (0x32), | 94 EMPTY_HOWTO (0x32), |
| 95 EMPTY_HOWTO (0x33), | 95 EMPTY_HOWTO (0x33), |
| 96 EMPTY_HOWTO (0x34), | 96 EMPTY_HOWTO (0x34), |
| 97 EMPTY_HOWTO (0x35), | 97 EMPTY_HOWTO (0x35), |
| 98 EMPTY_HOWTO (0x36), | 98 EMPTY_HOWTO (0x36), |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 { BFD_RELOC_RL78_8U, R_RL78_DIR8U }, | 224 { BFD_RELOC_RL78_8U, R_RL78_DIR8U }, |
| 225 { BFD_RELOC_RL78_16U, R_RL78_DIR16U }, | 225 { BFD_RELOC_RL78_16U, R_RL78_DIR16U }, |
| 226 { BFD_RELOC_RL78_SYM, R_RL78_SYM }, | 226 { BFD_RELOC_RL78_SYM, R_RL78_SYM }, |
| 227 { BFD_RELOC_RL78_OP_SUBTRACT, R_RL78_OPsub }, | 227 { BFD_RELOC_RL78_OP_SUBTRACT, R_RL78_OPsub }, |
| 228 { BFD_RELOC_RL78_OP_NEG, R_RL78_OPneg }, | 228 { BFD_RELOC_RL78_OP_NEG, R_RL78_OPneg }, |
| 229 { BFD_RELOC_RL78_OP_AND, R_RL78_OPand }, | 229 { BFD_RELOC_RL78_OP_AND, R_RL78_OPand }, |
| 230 { BFD_RELOC_RL78_OP_SHRA, R_RL78_OPshra }, | 230 { BFD_RELOC_RL78_OP_SHRA, R_RL78_OPshra }, |
| 231 { BFD_RELOC_RL78_ABS8, R_RL78_ABS8 }, | 231 { BFD_RELOC_RL78_ABS8, R_RL78_ABS8 }, |
| 232 { BFD_RELOC_RL78_ABS16, R_RL78_ABS16 }, | 232 { BFD_RELOC_RL78_ABS16, R_RL78_ABS16 }, |
| 233 { BFD_RELOC_RL78_ABS16_REV, R_RL78_ABS16_REV }, | 233 { BFD_RELOC_RL78_ABS16_REV, R_RL78_ABS16_REV }, |
error: old chunk mismatch |
None
| OLD | NEW |