Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
94804207
Commit
94804207
authored
Jan 16, 1996
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use dbxcoff.h
From-SVN: r11027
parent
e786ce55
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
18 deletions
+10
-18
gcc/config/a29k/udi.h
+2
-6
gcc/config/h8300/h8300.h
+2
-6
gcc/config/i960/i960-coff.h
+4
-0
gcc/config/m68k/coff.h
+2
-6
No files found.
gcc/config/a29k/udi.h
View file @
94804207
...
@@ -21,13 +21,9 @@ Boston, MA 02111-1307, USA. */
...
@@ -21,13 +21,9 @@ Boston, MA 02111-1307, USA. */
#include "a29k/a29k.h"
#include "a29k/a29k.h"
/*
Output DBX (stabs) debugging information if doing
-gstabs. */
/*
Support
-gstabs. */
#define DBX_DEBUGGING_INFO
#include "dbxcoff.h"
/* Generate SDB debugging information by default. */
#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG
/* Support the ctors and dtors sections for g++. */
/* Support the ctors and dtors sections for g++. */
...
...
gcc/config/h8300/h8300.h
View file @
94804207
...
@@ -1088,13 +1088,9 @@ dtors_section() \
...
@@ -1088,13 +1088,9 @@ dtors_section() \
#define SDB_DEBUGGING_INFO
#define SDB_DEBUGGING_INFO
#define SDB_DELIM "\n"
#define SDB_DELIM "\n"
/*
Output DBX (stabs) debugging information if doing
-gstabs. */
/*
Support
-gstabs. */
#define DBX_DEBUGGING_INFO
#include "dbxcoff.h"
/* Generate SDB debugging information by default. */
#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG
/* A C statement to output something to the assembler file to switch to section
/* A C statement to output something to the assembler file to switch to section
NAME for object DECL which is either a FUNCTION_DECL, a VAR_DECL or
NAME for object DECL which is either a FUNCTION_DECL, a VAR_DECL or
...
...
gcc/config/i960/i960-coff.h
View file @
94804207
...
@@ -30,6 +30,10 @@ Boston, MA 02111-1307, USA. */
...
@@ -30,6 +30,10 @@ Boston, MA 02111-1307, USA. */
#undef PREFERRED_DEBUGGING_TYPE
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG
#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG
/* Support -gstabs using stabs in COFF sections. */
#include "dbxcoff.h"
#undef ASM_FILE_START
#undef ASM_FILE_START
#define ASM_FILE_START(FILE) \
#define ASM_FILE_START(FILE) \
output_file_directive ((FILE), main_input_filename)
output_file_directive ((FILE), main_input_filename)
...
...
gcc/config/m68k/coff.h
View file @
94804207
/* Definitions of target machine for GNU compiler.
/* Definitions of target machine for GNU compiler.
m68k series COFF object files and debugging, version.
m68k series COFF object files and debugging, version.
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994
, 1996
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -24,15 +24,11 @@ Boston, MA 02111-1307, USA. */
...
@@ -24,15 +24,11 @@ Boston, MA 02111-1307, USA. */
/* Generate sdb debugging information. */
/* Generate sdb debugging information. */
#undef DBX_DEBUGGING_INFO
#define SDB_DEBUGGING_INFO
#define SDB_DEBUGGING_INFO
/* Output DBX (stabs) debugging information if using -gstabs. */
/* Output DBX (stabs) debugging information if using -gstabs. */
#define DBX_DEBUGGING_INFO
#include "dbxcoff.h"
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG
/* COFF symbols don't start with an underscore. */
/* COFF symbols don't start with an underscore. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment