gdbsupport: include preprocessor.h in common-debug.h
authorSimon Marchi <simon.marchi@polymtl.ca>
Fri, 23 Apr 2021 18:03:30 +0000 (14:03 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 23 Apr 2021 18:03:39 +0000 (14:03 -0400)
While doing some changes, some code failed to compile because it used
the scoped_debug_start_end macro, but couldn't find the CONCAT macro.
Fix that by making common-debug.h include preprocessor.h, the header
file that provides CONCAT.

gdbsupport/ChangeLog:

* common-debug.h: Include preprocessor.h.

Change-Id: Ibf863a932a18cba9a57b4bd72df538ef52d39127

gdbsupport/ChangeLog
gdbsupport/common-debug.h

index cf275a49947796ab0cfe84ff1672dd6568b8e518..dfbb06e61b617d21007e9b692c822aae1f8be17e 100644 (file)
@@ -1,3 +1,7 @@
+2021-04-23  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * common-debug.h: Include preprocessor.h.
+
 2021-03-24  Luis Machado  <luis.machado@linaro.org>
 
        * rsp-low.cc (fromhex, hex2bin): Move to ...
index 05367401a7d2ac05a1284a4f15ca0d766f53c989..7288b694d5955854d44aec10ed30b27b6f8f2a55 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef COMMON_COMMON_DEBUG_H
 #define COMMON_COMMON_DEBUG_H
 
+#include "gdbsupport/preprocessor.h"
+
 /* Set to true to enable debugging of hardware breakpoint/
    watchpoint support code.  */