xcoffread.c: delete 'within_function' definition
authorPedro Alves <palves@redhat.com>
Tue, 10 Feb 2015 11:01:21 +0000 (11:01 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 11 Feb 2015 11:32:38 +0000 (11:32 +0000)
commit18ad82c16379e7ed7daa3043abdacee1d934867d
treeca3f81c0debbb53c7936f33c1b07f2eed24c357d
parente36122e9d76b35474c49aa1873e50e12c7b722b6
xcoffread.c: delete 'within_function' definition

Linking GDB as a C++ program, we get:

  src/gdb/buildsym.c:226: multiple definition of `within_function'
  xcoffread.o:src/gdb/xcoffread.c:181: first defined here

gdb/
2015-02-11  Pedro Alves  <palves@redhat.com>

* xcoffread.c (within_function): Delete.
gdb/ChangeLog
gdb/xcoffread.c
This page took 0.025422 seconds and 4 git commands to generate.