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
afeba5cb
Commit
afeba5cb
authored
11 years ago
by
Richard Sandiford
Committed by
Richard Sandiford
11 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright years in libbacktrace/
From-SVN: r206292
parent
3e6a2e37
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
25 additions
and
21 deletions
+25
-21
libbacktrace/ChangeLog
+4
-0
libbacktrace/Makefile.am
+1
-1
libbacktrace/alloc.c
+1
-1
libbacktrace/atomic.c
+1
-1
libbacktrace/backtrace-supported.h.in
+1
-1
libbacktrace/backtrace.c
+1
-1
libbacktrace/backtrace.h
+1
-1
libbacktrace/btest.c
+1
-1
libbacktrace/configure.ac
+1
-1
libbacktrace/dwarf.c
+1
-1
libbacktrace/elf.c
+1
-1
libbacktrace/fileline.c
+1
-1
libbacktrace/internal.h
+1
-1
libbacktrace/mmap.c
+1
-1
libbacktrace/mmapio.c
+1
-1
libbacktrace/nounwind.c
+1
-1
libbacktrace/posix.c
+1
-1
libbacktrace/print.c
+1
-1
libbacktrace/read.c
+1
-1
libbacktrace/simple.c
+1
-1
libbacktrace/state.c
+1
-1
libbacktrace/unknown.c
+1
-1
No files found.
libbacktrace/ChangeLog
View file @
afeba5cb
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years
2013-12-06 Jakub Jelinek <jakub@redhat.com>
* elf.c (ET_DYN): Undefine and define again.
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/Makefile.am
View file @
afeba5cb
# Makefile.am -- Backtrace Makefile.
# Copyright (C) 2012-201
3
Free Software Foundation, Inc.
# Copyright (C) 2012-201
4
Free Software Foundation, Inc.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/alloc.c
View file @
afeba5cb
/* alloc.c -- Memory allocation without mmap.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/atomic.c
View file @
afeba5cb
/* atomic.c -- Support for atomic functions if not present.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013
-2014
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/backtrace-supported.h.in
View file @
afeba5cb
/* backtrace-supported.h.in -- Whether stack backtrace is supported.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/backtrace.c
View file @
afeba5cb
/* backtrace.c -- Entry point for stack backtrace library.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/backtrace.h
View file @
afeba5cb
/* backtrace.h -- Public header file for stack backtrace library.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/btest.c
View file @
afeba5cb
/* btest.c -- Test for libbacktrace library
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/configure.ac
View file @
afeba5cb
# configure.ac -- Backtrace configure script.
# Copyright (C) 2012-201
3
Free Software Foundation, Inc.
# Copyright (C) 2012-201
4
Free Software Foundation, Inc.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/dwarf.c
View file @
afeba5cb
/* dwarf.c -- Get file/line information from DWARF for backtraces.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/elf.c
View file @
afeba5cb
/* elf.c -- Get debug data from an ELF file for backtraces.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/fileline.c
View file @
afeba5cb
/* fileline.c -- Get file and line number information in a backtrace.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/internal.h
View file @
afeba5cb
/* internal.h -- Internal header file for stack backtrace library.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/mmap.c
View file @
afeba5cb
/* mmap.c -- Memory allocation with mmap.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/mmapio.c
View file @
afeba5cb
/* mmapio.c -- File views using mmap.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/nounwind.c
View file @
afeba5cb
/* backtrace.c -- Entry point for stack backtrace library.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/posix.c
View file @
afeba5cb
/* posix.c -- POSIX file I/O routines for the backtrace library.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/print.c
View file @
afeba5cb
/* print.c -- Print the current backtrace.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/read.c
View file @
afeba5cb
/* read.c -- File views without mmap.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/simple.c
View file @
afeba5cb
/* simple.c -- The backtrace_simple function.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/state.c
View file @
afeba5cb
/* state.c -- Create the backtrace state.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
libbacktrace/unknown.c
View file @
afeba5cb
/* unknown.c -- used when backtrace configury does not know file format.
Copyright (C) 2012-201
3
Free Software Foundation, Inc.
Copyright (C) 2012-201
4
Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without
...
...
This diff is collapsed.
Click to expand it.
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