diff options
| author | John Colanduoni <john@colanduoni.com> | 2017-07-23 11:48:55 -0700 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2017-09-02 03:24:16 +0800 |
| commit | e3de40e72f0f6b2dba54388d05e94e2c145cec6d (patch) | |
| tree | 6877f5e4b30232386dfea25316abb02e3a608657 | |
| parent | cd24162667a2530f7b79de868570f9c704ce9839 (diff) | |
| download | rust-e3de40e72f0f6b2dba54388d05e94e2c145cec6d.tar.gz rust-e3de40e72f0f6b2dba54388d05e94e2c145cec6d.zip | |
Add upstream pull request link for libbacktrace
| -rw-r--r-- | src/libbacktrace/macho.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libbacktrace/macho.c b/src/libbacktrace/macho.c index 2f9655a1250..a85020f72b4 100644 --- a/src/libbacktrace/macho.c +++ b/src/libbacktrace/macho.c @@ -1,6 +1,9 @@ /* macho.c -- Get debug data from an Mach-O file for backtraces. Copyright (C) 2012-2016 Free Software Foundation, Inc. Written by John Colanduoni. + + Pending upstream pull request: + https://github.com/ianlancetaylor/libbacktrace/pull/2 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are |
