X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fvmsdbgout.c;h=d8ed6838fb88b07a367da29ae83bdf0c5c0daeda;hb=f67bd9ad79bc7ee36b0245d2f74e1685c3a471b6;hp=d0f4abe6e0acf8fd179c737830ec7ab5793ddaaf;hpb=7a4afb3fb73098908209f1ce953ad6bb8cf72ecc;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index d0f4abe6e0a..d8ed6838fb8 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -18,8 +18,8 @@ for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. */ +Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. */ #include "config.h" #include "system.h" @@ -210,6 +210,7 @@ const struct gcc_debug_hooks vmsdbg_debug_hooks debug_nothing_rtx, /* label */ debug_nothing_int, /* handle_pch */ debug_nothing_rtx, /* var_location */ + debug_nothing_void, /* switch_text_section */ 0 /* start_end_main_source_file */ }; @@ -1696,13 +1697,13 @@ vmsdbgout_finish (const char *main_input_filename ATTRIBUTE_UNUSED) return; /* Output a terminator label for the .text section. */ - text_section (); + switch_to_section (text_section); targetm.asm_out.internal_label (asm_out_file, TEXT_END_LABEL, 0); /* Output debugging information. Warning! Do not change the name of the .vmsdebug section without changing it in the assembler also. */ - named_section (NULL_TREE, ".vmsdebug", 0); + switch_to_section (get_named_section (NULL, ".vmsdebug", 0)); ASM_OUTPUT_ALIGN (asm_out_file, 0); totsize = write_modbeg (1);